Color Hex Logo

#06cfdb Color Hex

#06CFDB
(6,207,219)
0 Favorites   0 Comments

Color spaces of #06cfdb

RGB 6207219
HSL0.510.950.44
HSV183°97°86°
CMYK 0.970.050.00   0.14
XYZ35.174149.778874.7722
Yxy49.77880.22020.3117
Hunter Lab70.5541-34.4801-13.4468
CIE-Lab75.9333-37.2886-17.9450

#06cfdb color RGB value is (6,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001111 11011011
Octal 6 317 333
Decimal 6 207 219
Hex 6 CF DB

RGB Percentages of Color #06cfdb

%1.39
%47.92
%50.69

CMYK Percentages of Color #06cfdb

%97
%5
%0
%14

Triadic Colors of #06cfdb

#06cfdb #db06cf #cfdb06

Analogous Colors of #06cfdb

#06cfdb #0665db #06db7d

Monochromatic Colors of #06cfdb

#06cfdb

Complementary Color

#06cfdb #db1206

#06cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cfdb Color CSS Codes

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

#06cfdb Text Font Color

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

This sample text font color is #06cfdb
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.


#06cfdb Background Color

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

This div background color is #06cfdb


#06cfdb Border Color

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

This div border color is #06cfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,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 #06cfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cfdb


Comments

No comments written yet.

Please login to write comment.