Color Hex Logo

#06feea Color Hex

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

Color spaces of #06feea

RGB 6254234
HSL0.490.990.51
HSV175°98°100°
CMYK 0.980.000.08   0.00
XYZ50.368276.862990.0232
Yxy76.86290.23180.3538
Hunter Lab87.6715-50.87500.4896
CIE-Lab90.2585-53.3950-4.5089

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

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

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

Base Numbers

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

RGB Percentages of Color #06feea

%1.21
%51.42
%47.37

CMYK Percentages of Color #06feea

%98
%0
%8
%0

Triadic Colors of #06feea

#06feea #ea06fe #feea06

Analogous Colors of #06feea

#06feea #0696fe #06fe6e

Monochromatic Colors of #06feea

#06feea

Complementary Color

#06feea #fe061a

#06feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#06feea Color CSS Codes

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

#06feea Text Font Color

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

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


#06feea Background Color

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

This div background color is #06feea


#06feea Border Color

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

This div border color is #06feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06feea

Related Colors


Comments

No comments written yet.

Please login to write comment.