color codes Logo

#06eafc color codes

#06EAFC
(6,234,252)
0 Favorites   0 Comments

Color spaces of #06eafc

RGB 6234252
HSL0.510.980.51
HSV184°98°99°
CMYK 0.980.070.00   0.01
XYZ47.068665.9126102.3371
Yxy65.91260.21860.3061
Hunter Lab81.1866-38.5896-17.9055
CIE-Lab84.9518-39.5572-21.8541

#06eafc color RGB value is (6,234,252).

#06eafc hex color red value is 6, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #06eafc hue: 0.51 , saturation: 0.98 and the lightness value of 06eafc is 0.51.

The process color (four color CMYK) of #06eafc color code is 0.98, 0.07, 0.00, 0.01. Web safe color of #06eafc is #00ffff. Color #06eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101010 11111100
Octal 6 352 374
Decimal 6 234 252
Hex 6 EA FC

RGB Percentages of Color #06eafc

%1.22
%47.56
%51.22

CMYK Percentages of Color #06eafc

%98
%7
%0
%1

Triadic Colors of #06eafc

#06eafc #fc06ea #eafc06

Analogous Colors of #06eafc

#06eafc #066ffc #06fc93

Monochromatic Colors of #06eafc

#06eafc

Complementary Color

#06eafc #fc1806

#06eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06eafc Color CSS Codes

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

#06eafc Text Font Color

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

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


#06eafc Background Color

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

This div background color is #06eafc


#06eafc Border Color

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

This div border color is #06eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06eafc


Comments

No comments written yet.

Please login to write comment.