Color Hex Logo

#06eafe Color Hex

#06EAFE
(6,234,254)
0 Favorites   0 Comments

Color spaces of #06eafe

RGB 6234254
HSL0.510.990.51
HSV185°98°100°
CMYK 0.980.080.00   0.00
XYZ47.387366.0401104.0154
Yxy66.04010.21790.3037
Hunter Lab81.2651-38.1269-19.0028
CIE-Lab85.0169-38.9467-22.8071

#06eafe color RGB value is (6,234,254).

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

The process color (four color CMYK) of #06eafe color hex is 0.98, 0.08, 0.00, 0.00. Web safe color of #06eafe is #00ffff. Color #06eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101010 11111110
Octal 6 352 376
Decimal 6 234 254
Hex 6 EA FE

RGB Percentages of Color #06eafe

%1.21
%47.37
%51.42

CMYK Percentages of Color #06eafe

%98
%8
%0
%0

Triadic Colors of #06eafe

#06eafe #fe06ea #eafe06

Analogous Colors of #06eafe

#06eafe #066efe #06fe96

Monochromatic Colors of #06eafe

#06eafe

Complementary Color

#06eafe #fe1a06

#06eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#06eafe Color CSS Codes

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

#06eafe Text Font Color

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

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


#06eafe Background Color

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

This div background color is #06eafe


#06eafe Border Color

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

This div border color is #06eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.