Color Hex Logo

#06eaff Color Hex

#06EAFF
(6,234,255)
0 Favorites   0 Comments

Color spaces of #06eaff

RGB 6234255
HSL0.511.000.51
HSV185°98°100°
CMYK 0.980.080.00   0.00
XYZ47.547966.1044104.8611
Yxy66.10440.21760.3025
Hunter Lab81.3046-37.8942-19.5549
CIE-Lab85.0496-38.6406-23.2830

#06eaff color RGB value is (6,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101010 11111111
Octal 6 352 377
Decimal 6 234 255
Hex 6 EA FF

RGB Percentages of Color #06eaff

%1.21
%47.27
%51.52

CMYK Percentages of Color #06eaff

%98
%8
%0
%0

Triadic Colors of #06eaff

#06eaff #ff06ea #eaff06

Analogous Colors of #06eaff

#06eaff #066eff #06ff98

Monochromatic Colors of #06eaff

#06eaff

Complementary Color

#06eaff #ff1b06

#06eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#06eaff Color CSS Codes

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

#06eaff Text Font Color

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

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


#06eaff Background Color

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

This div background color is #06eaff


#06eaff Border Color

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

This div border color is #06eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06eaff


Comments

No comments written yet.

Please login to write comment.