Color Hex Logo

#06deef Color Hex

#06DEEF
(6,222,239)
0 Favorites   0 Comments

Color spaces of #06deef

RGB 6222239
HSL0.510.950.48
HSV184°97°94°
CMYK 0.970.070.00   0.06
XYZ41.776458.513390.7537
Yxy58.51330.21870.3063
Hunter Lab76.4940-36.3785-16.7968
CIE-Lab81.0233-38.0430-20.9380

#06deef color RGB value is (6,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011110 11101111
Octal 6 336 357
Decimal 6 222 239
Hex 6 DE EF

RGB Percentages of Color #06deef

%1.28
%47.54
%51.18

CMYK Percentages of Color #06deef

%97
%7
%0
%6

Triadic Colors of #06deef

#06deef #ef06de #deef06

Analogous Colors of #06deef

#06deef #066aef #06ef8c

Monochromatic Colors of #06deef

#06deef

Complementary Color

#06deef #ef1706

#06deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#06deef Color CSS Codes

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

#06deef Text Font Color

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

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


#06deef Background Color

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

This div background color is #06deef


#06deef Border Color

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

This div border color is #06deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06deef


Comments

No comments written yet.

Please login to write comment.