Color Hex Logo

#edcba2 Color Hex

#EDCBA2
(237,203,162)
0 Favorites   0 Comments

Color spaces of #edcba2

RGB 237203162
HSL0.090.680.78
HSV33°32°93°
CMYK 0.000.140.32   0.07
XYZ62.802663.325043.0953
Yxy63.32500.37110.3742
Hunter Lab79.57701.613423.5951
CIE-Lab83.61316.128224.9037

#edcba2 color RGB value is (237,203,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10100010
Octal 355 313 242
Decimal 237 203 162
Hex ED CB A2

RGB Percentages of Color #edcba2

%39.37
%33.72
%26.91

CMYK Percentages of Color #edcba2

%0
%14
%32
%7

Triadic Colors of #edcba2

#edcba2 #a2edcb #cba2ed

Analogous Colors of #edcba2

#edcba2 #eaeda2 #eda6a2

Monochromatic Colors of #edcba2

#edcba2

Complementary Color

#edcba2 #a2c4ed

#edcba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcba2 Color CSS Codes

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

#edcba2 Text Font Color

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

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


#edcba2 Background Color

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

This div background color is #edcba2


#edcba2 Border Color

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

This div border color is #edcba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcba2


Comments

No comments written yet.

Please login to write comment.