Color Hex Logo

#00eaca Color Hex

#00EACA
(0,234,202)
0 Favorites   0 Comments

Color spaces of #00eaca

RGB 0234202
HSL0.481.000.46
HSV172°100°92°
CMYK 1.000.000.14   0.08
XYZ40.083563.109965.9459
Yxy63.10990.23700.3731
Hunter Lab79.4417-48.95826.3916
CIE-Lab83.5002-53.92512.3369

#00eaca color RGB value is (0,234,202).

#00eaca hex color red value is 0, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #00eaca hue: 0.48 , saturation: 1.00 and the lightness value of 00eaca is 0.46.

The process color (four color CMYK) of #00eaca color hex is 1.00, 0.00, 0.14, 0.08. Web safe color of #00eaca is #00ffcc. Color #00eaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101010 11001010
Octal 0 352 312
Decimal 0 234 202
Hex 0 EA CA

RGB Percentages of Color #00eaca

%0.00
%53.67
%46.33

CMYK Percentages of Color #00eaca

%100
%0
%14
%8

Triadic Colors of #00eaca

#00eaca #ca00ea #eaca00

Analogous Colors of #00eaca

#00eaca #0095ea #00ea55

Monochromatic Colors of #00eaca

#00eaca

Complementary Color

#00eaca #ea0020

#00eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eaca Color CSS Codes

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

#00eaca Text Font Color

<p style="color:#00eaca">Text here</p>

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


#00eaca Background Color

<div style="background-color:#00eaca">
Div content here</div>

This div background color is #00eaca


#00eaca Border Color

<div style="border:3px solid #00eaca">
Div here</div>

This div border color is #00eaca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,234,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00eaca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00eaca;
  -webkit-box-shadow: 1px 1px 3px 2px #00eaca;
  box-shadow:         1px 1px 3px 2px #00eaca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eaca


Comments

No comments written yet.

Please login to write comment.