Color Hex Logo

#06feab Color Hex

#06FEAB
(6,254,171)
0 Favorites   0 Comments

Color spaces of #06feab

RGB 6254171
HSL0.440.990.51
HSV160°98°100°
CMYK 0.980.000.33   0.00
XYZ42.867673.862650.5256
Yxy73.86260.25630.4416
Hunter Lab85.9434-61.367025.3041
CIE-Lab88.8575-68.529525.9498

#06feab color RGB value is (6,254,171).

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

The process color (four color CMYK) of #06feab color hex is 0.98, 0.00, 0.33, 0.00. Web safe color of #06feab is #00ff99. Color #06feab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111110 10101011
Octal 6 376 253
Decimal 6 254 171
Hex 6 FE AB

RGB Percentages of Color #06feab

%1.39
%58.93
%39.68

CMYK Percentages of Color #06feab

%98
%0
%33
%0

Triadic Colors of #06feab

#06feab #ab06fe #feab06

Analogous Colors of #06feab

#06feab #06d5fe #06fe2f

Monochromatic Colors of #06feab

#06feab

Complementary Color

#06feab #fe0659

#06feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#06feab Color CSS Codes

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

#06feab Text Font Color

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

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


#06feab Background Color

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

This div background color is #06feab


#06feab Border Color

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

This div border color is #06feab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06feab


Comments

No comments written yet.

Please login to write comment.