color codes Logo

#00cfdb color codes

#00CFDB
(0,207,219)
0 Favorites   0 Comments

Color spaces of #00cfdb

RGB 0207219
HSL0.511.000.43
HSV183°100°86°
CMYK 1.000.050.00   0.14
XYZ35.099049.740174.7687
Yxy49.74010.21990.3116
Hunter Lab70.5267-34.5876-13.4875
CIE-Lab75.9095-37.4416-17.9834

#00cfdb color RGB value is (0,207,219).

#00cfdb hex color red value is 0, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #00cfdb hue: 0.51 , saturation: 1.00 and the lightness value of 00cfdb is 0.43.

The process color (four color CMYK) of #00cfdb color code is 1.00, 0.05, 0.00, 0.14. Web safe color of #00cfdb is #00cccc. Color #00cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 11011011
Octal 0 317 333
Decimal 0 207 219
Hex 0 CF DB

RGB Percentages of Color #00cfdb

%0.00
%48.59
%51.41

CMYK Percentages of Color #00cfdb

%100
%5
%0
%14

Triadic Colors of #00cfdb

#00cfdb #db00cf #cfdb00

Analogous Colors of #00cfdb

#00cfdb #0062db #00db7a

Monochromatic Colors of #00cfdb

#00cfdb

Complementary Color

#00cfdb #db0c00

#00cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cfdb Color CSS Codes

.mybgcolor {background-color:#00cfdb; } 
.myforecolor {color:#00cfdb; }
.mybordercolor {border:3px solid #00cfdb; }

#00cfdb Text Font Color

<p style="color:#00cfdb">Text here</p>

This sample text font color is #00cfdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00cfdb Background Color

<div style="background-color:#00cfdb">
Div content here</div>

This div background color is #00cfdb


#00cfdb Border Color

<div style="border:3px solid #00cfdb">
Div here</div>

This div border color is #00cfdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,207,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00cfdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00cfdb;
  -webkit-box-shadow: 1px 1px 3px 2px #00cfdb;
  box-shadow:         1px 1px 3px 2px #00cfdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,207,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00cfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00cfdb;
  -webkit-box-shadow: 1px 1px 3px 2px #00cfdb;
  box-shadow:         1px 1px 3px 2px #00cfdb;">
Div content here</div>

This div box has shadow with color #00cfdb


Comments

No comments written yet.

Please login to write comment.