Color Hex Logo

#edabcc Color Hex

#EDABCC
(237,171,204)
0 Favorites   0 Comments

Color spaces of #edabcc

RGB 237171204
HSL0.920.650.80
HSV330°28°93°
CMYK 0.000.280.14   0.07
XYZ60.387051.490063.8826
Yxy51.49000.34360.2930
Hunter Lab71.756524.6435-2.5545
CIE-Lab76.974929.0844-7.1301

#edabcc color RGB value is (237,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11001100
Octal 355 253 314
Decimal 237 171 204
Hex ED AB CC

RGB Percentages of Color #edabcc

%38.73
%27.94
%33.33

CMYK Percentages of Color #edabcc

%0
%28
%14
%7

Triadic Colors of #edabcc

#edabcc #ccedab #abcced

Analogous Colors of #edabcc

#edabcc #edabab #edabed

Monochromatic Colors of #edabcc

#edabcc

Complementary Color

#edabcc #abedcc

#edabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabcc Color CSS Codes

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

#edabcc Text Font Color

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

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


#edabcc Background Color

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

This div background color is #edabcc


#edabcc Border Color

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

This div border color is #edabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabcc


Comments

No comments written yet.

Please login to write comment.