Color Hex Logo

#edacbb Color Hex

#EDACBB
(237,172,187)
0 Favorites   0 Comments

Color spaces of #edacbb

RGB 237172187
HSL0.960.640.80
HSV346°27°93°
CMYK 0.000.270.21   0.07
XYZ58.647251.097453.7855
Yxy51.09740.35860.3125
Hunter Lab71.482421.35465.4262
CIE-Lab76.738025.93731.7931

#edacbb color RGB value is (237,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10111011
Octal 355 254 273
Decimal 237 172 187
Hex ED AC BB

RGB Percentages of Color #edacbb

%39.77
%28.86
%31.38

CMYK Percentages of Color #edacbb

%0
%27
%21
%7

Triadic Colors of #edacbb

#edacbb #bbedac #acbbed

Analogous Colors of #edacbb

#edacbb #edbeac #edacdc

Monochromatic Colors of #edacbb

#edacbb

Complementary Color

#edacbb #acedde

#edacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacbb Color CSS Codes

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

#edacbb Text Font Color

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

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


#edacbb Background Color

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

This div background color is #edacbb


#edacbb Border Color

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

This div border color is #edacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacbb


Comments

No comments written yet.

Please login to write comment.