Color Hex Logo

#06caef Color Hex

#06CAEF
(6,202,239)
0 Favorites   0 Comments

Color spaces of #06caef

RGB 6202239
HSL0.530.950.48
HSV190°97°94°
CMYK 0.970.150.00   0.06
XYZ36.775648.511889.0868
Yxy48.51180.21090.2782
Hunter Lab69.6504-27.6398-27.0800
CIE-Lab75.1466-28.5302-29.9108

#06caef color RGB value is (6,202,239).

#06caef hex color red value is 6, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #06caef hue: 0.53 , saturation: 0.95 and the lightness value of 06caef is 0.48.

The process color (four color CMYK) of #06caef color hex is 0.97, 0.15, 0.00, 0.06. Web safe color of #06caef is #00ccff. Color #06caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 11101111
Octal 6 312 357
Decimal 6 202 239
Hex 6 CA EF

RGB Percentages of Color #06caef

%1.34
%45.19
%53.47

CMYK Percentages of Color #06caef

%97
%15
%0
%6

Triadic Colors of #06caef

#06caef #ef06ca #caef06

Analogous Colors of #06caef

#06caef #0655ef #06efa0

Monochromatic Colors of #06caef

#06caef

Complementary Color

#06caef #ef2b06

#06caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#06caef Color CSS Codes

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

#06caef Text Font Color

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

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


#06caef Background Color

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

This div background color is #06caef


#06caef Border Color

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

This div border color is #06caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06caef


Comments

No comments written yet.

Please login to write comment.