Color Hex Logo

#edcb8e Color Hex

#EDCB8E
(237,203,142)
0 Favorites   0 Comments

Color spaces of #edcb8e

RGB 237203142
HSL0.110.730.74
HSV39°40°93°
CMYK 0.000.140.40   0.07
XYZ61.163562.669434.4639
Yxy62.66940.38640.3959
Hunter Lab79.1640-0.624829.6030
CIE-Lab83.26813.792934.8512

#edcb8e color RGB value is (237,203,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10001110
Octal 355 313 216
Decimal 237 203 142
Hex ED CB 8E

RGB Percentages of Color #edcb8e

%40.72
%34.88
%24.40

CMYK Percentages of Color #edcb8e

%0
%14
%40
%7

Triadic Colors of #edcb8e

#edcb8e #8eedcb #cb8eed

Analogous Colors of #edcb8e

#edcb8e #e0ed8e #ed9c8e

Monochromatic Colors of #edcb8e

#edcb8e

Complementary Color

#edcb8e #8eb0ed

#edcb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb8e Color CSS Codes

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

#edcb8e Text Font Color

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

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


#edcb8e Background Color

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

This div background color is #edcb8e


#edcb8e Border Color

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

This div border color is #edcb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb8e


Comments

No comments written yet.

Please login to write comment.