Color Hex Logo

#eab6ca Color Hex

#EAB6CA
(234,182,202)
0 Favorites   0 Comments

Color spaces of #eab6ca

RGB 234182202
HSL0.940.550.82
HSV337°22°92°
CMYK 0.000.220.14   0.08
XYZ61.320355.212663.3023
Yxy55.21260.34100.3070
Hunter Lab74.305217.27291.5031
CIE-Lab79.163621.8535-2.8480

#eab6ca color RGB value is (234,182,202).

#eab6ca hex color red value is 234, green value is 182 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eab6ca hue: 0.94 , saturation: 0.55 and the lightness value of eab6ca is 0.82.

The process color (four color CMYK) of #eab6ca color hex is 0.00, 0.22, 0.14, 0.08. Web safe color of #eab6ca is #ffcccc. Color #eab6ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 11001010
Octal 352 266 312
Decimal 234 182 202
Hex EA B6 CA

RGB Percentages of Color #eab6ca

%37.86
%29.45
%32.69

CMYK Percentages of Color #eab6ca

%0
%22
%14
%8

Triadic Colors of #eab6ca

#eab6ca #caeab6 #b6caea

Analogous Colors of #eab6ca

#eab6ca #eabcb6 #eab6e4

Monochromatic Colors of #eab6ca

#eab6ca

Complementary Color

#eab6ca #b6ead6

#eab6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6ca Color CSS Codes

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

#eab6ca Text Font Color

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

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


#eab6ca Background Color

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

This div background color is #eab6ca


#eab6ca Border Color

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

This div border color is #eab6ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,182,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 #eab6ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6ca


Comments

No comments written yet.

Please login to write comment.