Color Hex Logo

#edcb9a Color Hex

#EDCB9A
(237,203,154)
0 Favorites   0 Comments

Color spaces of #edcb9a

RGB 237203154
HSL0.100.700.77
HSV35°35°93°
CMYK 0.000.140.35   0.07
XYZ62.113763.049539.4679
Yxy63.04950.37730.3830
Hunter Lab79.40370.675426.1123
CIE-Lab83.46845.153528.8956

#edcb9a color RGB value is (237,203,154).

#edcb9a hex color red value is 237, green value is 203 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #edcb9a hue: 0.10 , saturation: 0.70 and the lightness value of edcb9a is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10011010
Octal 355 313 232
Decimal 237 203 154
Hex ED CB 9A

RGB Percentages of Color #edcb9a

%39.90
%34.18
%25.93

CMYK Percentages of Color #edcb9a

%0
%14
%35
%7

Triadic Colors of #edcb9a

#edcb9a #9aedcb #cb9aed

Analogous Colors of #edcb9a

#edcb9a #e6ed9a #eda29a

Monochromatic Colors of #edcb9a

#edcb9a

Complementary Color

#edcb9a #9abced

#edcb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb9a Color CSS Codes

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

#edcb9a Text Font Color

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

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


#edcb9a Background Color

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

This div background color is #edcb9a


#edcb9a Border Color

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

This div border color is #edcb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb9a


Comments

No comments written yet.

Please login to write comment.