Color Hex Logo

#edabbb Color Hex

#EDABBB
(237,171,187)
0 Favorites   0 Comments

Color spaces of #edabbb

RGB 237171187
HSL0.960.650.80
HSV345°28°93°
CMYK 0.000.280.21   0.07
XYZ58.457650.718253.7222
Yxy50.71820.35890.3113
Hunter Lab71.216721.89095.1264
CIE-Lab76.508026.46941.4586

#edabbb color RGB value is (237,171,187).

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

The process color (four color CMYK) of #edabbb color hex is 0.00, 0.28, 0.21, 0.07. Web safe color of #edabbb is #ff99cc. Color #edabbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10111011
Octal 355 253 273
Decimal 237 171 187
Hex ED AB BB

RGB Percentages of Color #edabbb

%39.83
%28.74
%31.43

CMYK Percentages of Color #edabbb

%0
%28
%21
%7

Triadic Colors of #edabbb

#edabbb #bbedab #abbbed

Analogous Colors of #edabbb

#edabbb #edbcab #edabdc

Monochromatic Colors of #edabbb

#edabbb

Complementary Color

#edabbb #abeddd

#edabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabbb Color CSS Codes

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

#edabbb Text Font Color

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

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


#edabbb Background Color

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

This div background color is #edabbb


#edabbb Border Color

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

This div border color is #edabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabbb


Comments

No comments written yet.

Please login to write comment.