Color Hex Logo

#edcabd Color Hex

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

Color spaces of #edcabd

RGB 237202189
HSL0.050.570.84
HSV16°20°93°
CMYK 0.000.150.20   0.07
XYZ65.230963.919757.0438
Yxy63.91970.35030.3433
Hunter Lab79.94985.725713.6617
CIE-Lab83.923910.330311.0526

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

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

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

Base Numbers

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

RGB Percentages of Color #edcabd

%37.74
%32.17
%30.10

CMYK Percentages of Color #edcabd

%0
%15
%20
%7

Triadic Colors of #edcabd

#edcabd #bdedca #cabded

Analogous Colors of #edcabd

#edcabd #ede2bd #edbdc8

Monochromatic Colors of #edcabd

#edcabd

Complementary Color

#edcabd #bde0ed

#edcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcabd Color CSS Codes

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

#edcabd Text Font Color

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

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


#edcabd Background Color

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

This div background color is #edcabd


#edcabd Border Color

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

This div border color is #edcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcabd


Comments

No comments written yet.

Please login to write comment.