Color Hex Logo

#06eaba Color Hex

#06EABA
(6,234,186)
0 Favorites   0 Comments

Color spaces of #06eaba

RGB 6234186
HSL0.460.950.47
HSV167°97°92°
CMYK 0.970.000.21   0.08
XYZ38.360862.429556.4827
Yxy62.42950.24390.3969
Hunter Lab79.0123-51.609112.9246
CIE-Lab83.1413-57.828710.2336

#06eaba color RGB value is (6,234,186).

#06eaba hex color red value is 6, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #06eaba hue: 0.46 , saturation: 0.95 and the lightness value of 06eaba is 0.47.

The process color (four color CMYK) of #06eaba color hex is 0.97, 0.00, 0.21, 0.08. Web safe color of #06eaba is #00ffcc. Color #06eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101010 10111010
Octal 6 352 272
Decimal 6 234 186
Hex 6 EA BA

RGB Percentages of Color #06eaba

%1.41
%54.93
%43.66

CMYK Percentages of Color #06eaba

%97
%0
%21
%8

Triadic Colors of #06eaba

#06eaba #ba06ea #eaba06

Analogous Colors of #06eaba

#06eaba #06a8ea #06ea48

Monochromatic Colors of #06eaba

#06eaba

Complementary Color

#06eaba #ea0636

#06eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#06eaba Color CSS Codes

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

#06eaba Text Font Color

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

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


#06eaba Background Color

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

This div background color is #06eaba


#06eaba Border Color

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

This div border color is #06eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06eaba


Comments

No comments written yet.

Please login to write comment.