Color Hex Logo

#edcaab Color Hex

#EDCAAB
(237,202,171)
0 Favorites   0 Comments

Color spaces of #edcaab

RGB 237202171
HSL0.080.650.80
HSV28°28°93°
CMYK 0.000.150.28   0.07
XYZ63.396363.185947.3828
Yxy63.18590.36440.3632
Hunter Lab79.48963.254620.3006
CIE-Lab83.54017.810820.0612

#edcaab color RGB value is (237,202,171).

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

The process color (four color CMYK) of #edcaab color hex is 0.00, 0.15, 0.28, 0.07. Web safe color of #edcaab is #ffcc99. Color #edcaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10101011
Octal 355 312 253
Decimal 237 202 171
Hex ED CA AB

RGB Percentages of Color #edcaab

%38.85
%33.11
%28.03

CMYK Percentages of Color #edcaab

%0
%15
%28
%7

Triadic Colors of #edcaab

#edcaab #abedca #caabed

Analogous Colors of #edcaab

#edcaab #edebab #edabad

Monochromatic Colors of #edcaab

#edcaab

Complementary Color

#edcaab #abceed

#edcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaab Color CSS Codes

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

#edcaab Text Font Color

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

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


#edcaab Background Color

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

This div background color is #edcaab


#edcaab Border Color

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

This div border color is #edcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaab


Comments

No comments written yet.

Please login to write comment.