Color Hex Logo

#edcbae Color Hex

#EDCBAE
(237,203,174)
0 Favorites   0 Comments

Color spaces of #edcbae

RGB 237203174
HSL0.080.640.81
HSV28°27°93°
CMYK 0.000.140.27   0.07
XYZ63.921063.772448.9847
Yxy63.77240.36180.3610
Hunter Lab79.85763.127219.5318
CIE-Lab83.84717.689318.9015

#edcbae color RGB value is (237,203,174).

#edcbae hex color red value is 237, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #edcbae hue: 0.08 , saturation: 0.64 and the lightness value of edcbae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10101110
Octal 355 313 256
Decimal 237 203 174
Hex ED CB AE

RGB Percentages of Color #edcbae

%38.60
%33.06
%28.34

CMYK Percentages of Color #edcbae

%0
%14
%27
%7

Triadic Colors of #edcbae

#edcbae #aeedcb #cbaeed

Analogous Colors of #edcbae

#edcbae #edebae #edaeb1

Monochromatic Colors of #edcbae

#edcbae

Complementary Color

#edcbae #aed0ed

#edcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbae Color CSS Codes

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

#edcbae Text Font Color

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

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


#edcbae Background Color

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

This div background color is #edcbae


#edcbae Border Color

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

This div border color is #edcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbae


Comments

No comments written yet.

Please login to write comment.