Color Hex Logo

#eda4cb Color Hex

#EDA4CB
(237,164,203)
0 Favorites   0 Comments

Color spaces of #eda4cb

RGB 237164203
HSL0.910.670.79
HSV328°31°93°
CMYK 0.000.310.14   0.07
XYZ58.980048.867262.8236
Yxy48.86720.34560.2863
Hunter Lab69.905128.2693-4.3503
CIE-Lab75.368632.6432-8.9691

#eda4cb color RGB value is (237,164,203).

#eda4cb hex color red value is 237, green value is 164 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eda4cb hue: 0.91 , saturation: 0.67 and the lightness value of eda4cb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 11001011
Octal 355 244 313
Decimal 237 164 203
Hex ED A4 CB

RGB Percentages of Color #eda4cb

%39.24
%27.15
%33.61

CMYK Percentages of Color #eda4cb

%0
%31
%14
%7

Triadic Colors of #eda4cb

#eda4cb #cbeda4 #a4cbed

Analogous Colors of #eda4cb

#eda4cb #eda4a7 #eba4ed

Monochromatic Colors of #eda4cb

#eda4cb

Complementary Color

#eda4cb #a4edc6

#eda4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda4cb Color CSS Codes

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

#eda4cb Text Font Color

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

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


#eda4cb Background Color

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

This div background color is #eda4cb


#eda4cb Border Color

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

This div border color is #eda4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda4cb


Comments

No comments written yet.

Please login to write comment.