Color Hex Logo

#edcea2 Color Hex

#EDCEA2
(237,206,162)
0 Favorites   0 Comments

Color spaces of #edcea2

RGB 237206162
HSL0.100.680.78
HSV35°32°93°
CMYK 0.000.130.32   0.07
XYZ63.517964.755843.3338
Yxy64.75580.37010.3773
Hunter Lab80.47100.070624.4019
CIE-Lab84.35774.565625.9172

#edcea2 color RGB value is (237,206,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 10100010
Octal 355 316 242
Decimal 237 206 162
Hex ED CE A2

RGB Percentages of Color #edcea2

%39.17
%34.05
%26.78

CMYK Percentages of Color #edcea2

%0
%13
%32
%7

Triadic Colors of #edcea2

#edcea2 #a2edce #cea2ed

Analogous Colors of #edcea2

#edcea2 #e7eda2 #eda9a2

Monochromatic Colors of #edcea2

#edcea2

Complementary Color

#edcea2 #a2c1ed

#edcea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcea2 Color CSS Codes

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

#edcea2 Text Font Color

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

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


#edcea2 Background Color

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

This div background color is #edcea2


#edcea2 Border Color

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

This div border color is #edcea2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,206,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 #edcea2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcea2


Comments

No comments written yet.

Please login to write comment.