Color Hex Logo

#edcb9b Color Hex

#EDCB9B
(237,203,155)
0 Favorites   0 Comments

Color spaces of #edcb9b

RGB 237203155
HSL0.100.690.77
HSV35°35°93°
CMYK 0.000.140.35   0.07
XYZ62.197463.083039.9084
Yxy63.08300.37650.3819
Hunter Lab79.42480.789625.8061
CIE-Lab83.48605.272428.3974

#edcb9b color RGB value is (237,203,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10011011
Octal 355 313 233
Decimal 237 203 155
Hex ED CB 9B

RGB Percentages of Color #edcb9b

%39.83
%34.12
%26.05

CMYK Percentages of Color #edcb9b

%0
%14
%35
%7

Triadic Colors of #edcb9b

#edcb9b #9bedcb #cb9bed

Analogous Colors of #edcb9b

#edcb9b #e6ed9b #eda29b

Monochromatic Colors of #edcb9b

#edcb9b

Complementary Color

#edcb9b #9bbded

#edcb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb9b Color CSS Codes

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

#edcb9b Text Font Color

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

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


#edcb9b Background Color

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

This div background color is #edcb9b


#edcb9b Border Color

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

This div border color is #edcb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb9b


Comments

No comments written yet.

Please login to write comment.