Color Hex Logo

#edcba1 Color Hex

#EDCBA1
(237,203,161)
0 Favorites   0 Comments

Color spaces of #edcba1

RGB 237203161
HSL0.090.680.78
HSV33°32°93°
CMYK 0.000.140.32   0.07
XYZ62.714063.289642.6289
Yxy63.28960.37190.3753
Hunter Lab79.55481.492923.9182
CIE-Lab83.59456.003325.4033

#edcba1 color RGB value is (237,203,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10100001
Octal 355 313 241
Decimal 237 203 161
Hex ED CB A1

RGB Percentages of Color #edcba1

%39.43
%33.78
%26.79

CMYK Percentages of Color #edcba1

%0
%14
%32
%7

Triadic Colors of #edcba1

#edcba1 #a1edcb #cba1ed

Analogous Colors of #edcba1

#edcba1 #e9eda1 #eda5a1

Monochromatic Colors of #edcba1

#edcba1

Complementary Color

#edcba1 #a1c3ed

#edcba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcba1 Color CSS Codes

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

#edcba1 Text Font Color

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

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


#edcba1 Background Color

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

This div background color is #edcba1


#edcba1 Border Color

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

This div border color is #edcba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcba1


Comments

No comments written yet.

Please login to write comment.