Color Hex Logo

#06cfde Color Hex

#06CFDE
(6,207,222)
0 Favorites   0 Comments

Color spaces of #06cfde

RGB 6207222
HSL0.510.950.45
HSV184°97°87°
CMYK 0.970.070.00   0.13
XYZ35.572749.938376.8714
Yxy49.93830.21910.3075
Hunter Lab70.6670-33.8132-15.0286
CIE-Lab76.0314-36.3605-19.4119

#06cfde color RGB value is (6,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001111 11011110
Octal 6 317 336
Decimal 6 207 222
Hex 6 CF DE

RGB Percentages of Color #06cfde

%1.38
%47.59
%51.03

CMYK Percentages of Color #06cfde

%97
%7
%0
%13

Triadic Colors of #06cfde

#06cfde #de06cf #cfde06

Analogous Colors of #06cfde

#06cfde #0663de #06de81

Monochromatic Colors of #06cfde

#06cfde

Complementary Color

#06cfde #de1506

#06cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cfde Color CSS Codes

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

#06cfde Text Font Color

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

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


#06cfde Background Color

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

This div background color is #06cfde


#06cfde Border Color

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

This div border color is #06cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cfde


Comments

No comments written yet.

Please login to write comment.