Color Hex Logo

#edcb8b Color Hex

#EDCB8B
(237,203,139)
0 Favorites   0 Comments

Color spaces of #edcb8b

RGB 237203139
HSL0.110.730.74
HSV39°41°93°
CMYK 0.000.140.41   0.07
XYZ60.941262.580533.2934
Yxy62.58050.38860.3991
Hunter Lab79.1078-0.930230.4226
CIE-Lab83.22123.471736.3311

#edcb8b color RGB value is (237,203,139).

#edcb8b hex color red value is 237, green value is 203 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #edcb8b hue: 0.11 , saturation: 0.73 and the lightness value of edcb8b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10001011
Octal 355 313 213
Decimal 237 203 139
Hex ED CB 8B

RGB Percentages of Color #edcb8b

%40.93
%35.06
%24.01

CMYK Percentages of Color #edcb8b

%0
%14
%41
%7

Triadic Colors of #edcb8b

#edcb8b #8bedcb #cb8bed

Analogous Colors of #edcb8b

#edcb8b #deed8b #ed9a8b

Monochromatic Colors of #edcb8b

#edcb8b

Complementary Color

#edcb8b #8baded

#edcb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb8b Color CSS Codes

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

#edcb8b Text Font Color

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

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


#edcb8b Background Color

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

This div background color is #edcb8b


#edcb8b Border Color

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

This div border color is #edcb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb8b


Comments

No comments written yet.

Please login to write comment.