Color Hex Logo

#edcba5 Color Hex

#EDCBA5
(237,203,165)
0 Favorites   0 Comments

Color spaces of #edcba5

RGB 237203165
HSL0.090.670.79
HSV32°30°93°
CMYK 0.000.140.30   0.07
XYZ63.072563.433044.5168
Yxy63.43300.36880.3709
Hunter Lab79.64481.979622.6117
CIE-Lab83.66976.507223.4042

#edcba5 color RGB value is (237,203,165).

#edcba5 hex color red value is 237, green value is 203 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #edcba5 hue: 0.09 , saturation: 0.67 and the lightness value of edcba5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10100101
Octal 355 313 245
Decimal 237 203 165
Hex ED CB A5

RGB Percentages of Color #edcba5

%39.17
%33.55
%27.27

CMYK Percentages of Color #edcba5

%0
%14
%30
%7

Triadic Colors of #edcba5

#edcba5 #a5edcb #cba5ed

Analogous Colors of #edcba5

#edcba5 #ebeda5 #eda7a5

Monochromatic Colors of #edcba5

#edcba5

Complementary Color

#edcba5 #a5c7ed

#edcba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcba5 Color CSS Codes

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

#edcba5 Text Font Color

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

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


#edcba5 Background Color

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

This div background color is #edcba5


#edcba5 Border Color

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

This div border color is #edcba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcba5


Comments

No comments written yet.

Please login to write comment.