Color Hex Logo

#edcdab Color Hex

#EDCDAB
(237,205,171)
0 Favorites   0 Comments

Color spaces of #edcdab

RGB 237205171
HSL0.090.650.80
HSV31°28°93°
CMYK 0.000.140.28   0.07
XYZ64.107164.607447.6198
Yxy64.60740.36360.3664
Hunter Lab80.37871.702221.1392
CIE-Lab84.28106.243821.0864

#edcdab color RGB value is (237,205,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10101011
Octal 355 315 253
Decimal 237 205 171
Hex ED CD AB

RGB Percentages of Color #edcdab

%38.66
%33.44
%27.90

CMYK Percentages of Color #edcdab

%0
%14
%28
%7

Triadic Colors of #edcdab

#edcdab #abedcd #cdabed

Analogous Colors of #edcdab

#edcdab #ecedab #edacab

Monochromatic Colors of #edcdab

#edcdab

Complementary Color

#edcdab #abcbed

#edcdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdab Color CSS Codes

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

#edcdab Text Font Color

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

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


#edcdab Background Color

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

This div background color is #edcdab


#edcdab Border Color

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

This div border color is #edcdab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,205,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 #edcdab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdab


Comments

No comments written yet.

Please login to write comment.