Color Hex Logo

#edbdca Color Hex

#EDBDCA
(237,189,202)
0 Favorites   0 Comments

Color spaces of #edbdca

RGB 237189202
HSL0.950.570.84
HSV344°20°93°
CMYK 0.000.200.15   0.07
XYZ63.783358.664063.8387
Yxy58.66400.34240.3149
Hunter Lab76.592414.61144.1973
CIE-Lab81.106619.18730.0318

#edbdca color RGB value is (237,189,202).

#edbdca hex color red value is 237, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #edbdca hue: 0.95 , saturation: 0.57 and the lightness value of edbdca is 0.84.

The process color (four color CMYK) of #edbdca color hex is 0.00, 0.20, 0.15, 0.07. Web safe color of #edbdca is #ffcccc. Color #edbdca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11001010
Octal 355 275 312
Decimal 237 189 202
Hex ED BD CA

RGB Percentages of Color #edbdca

%37.74
%30.10
%32.17

CMYK Percentages of Color #edbdca

%0
%20
%15
%7

Triadic Colors of #edbdca

#edbdca #caedbd #bdcaed

Analogous Colors of #edbdca

#edbdca #edc8bd #edbde2

Monochromatic Colors of #edbdca

#edbdca

Complementary Color

#edbdca #bdede0

#edbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdca Color CSS Codes

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

#edbdca Text Font Color

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

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


#edbdca Background Color

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

This div background color is #edbdca


#edbdca Border Color

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

This div border color is #edbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdca


Comments

No comments written yet.

Please login to write comment.