Color Hex Logo

#edb4ab Color Hex

#EDB4AB
(237,180,171)
0 Favorites   0 Comments

Color spaces of #edb4ab

RGB 237180171
HSL0.020.650.80
HSV28°93°
CMYK 0.000.240.28   0.07
XYZ58.597053.587345.7831
Yxy53.58730.37090.3392
Hunter Lab73.203314.777814.1610
CIE-Lab78.220519.425712.6146

#edb4ab color RGB value is (237,180,171).

#edb4ab hex color red value is 237, green value is 180 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edb4ab hue: 0.02 , saturation: 0.65 and the lightness value of edb4ab is 0.80.

The process color (four color CMYK) of #edb4ab color hex is 0.00, 0.24, 0.28, 0.07. Web safe color of #edb4ab is #ffcc99. Color #edb4ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 10101011
Octal 355 264 253
Decimal 237 180 171
Hex ED B4 AB

RGB Percentages of Color #edb4ab

%40.31
%30.61
%29.08

CMYK Percentages of Color #edb4ab

%0
%24
%28
%7

Triadic Colors of #edb4ab

#edb4ab #abedb4 #b4abed

Analogous Colors of #edb4ab

#edb4ab #edd5ab #edabc3

Monochromatic Colors of #edb4ab

#edb4ab

Complementary Color

#edb4ab #abe4ed

#edb4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb4ab Color CSS Codes

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

#edb4ab Text Font Color

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

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


#edb4ab Background Color

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

This div background color is #edb4ab


#edb4ab Border Color

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

This div border color is #edb4ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,180,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edb4ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edb4ab;
  -webkit-box-shadow: 1px 1px 3px 2px #edb4ab;
  box-shadow:         1px 1px 3px 2px #edb4ab; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb4ab


Comments

No comments written yet.

Please login to write comment.