Color Hex Logo

#edcaa1 Color Hex

#EDCAA1
(237,202,161)
0 Favorites   0 Comments

Color spaces of #edcaa1

RGB 237202161
HSL0.090.680.78
HSV32°32°93°
CMYK 0.000.150.32   0.07
XYZ62.478662.818842.5505
Yxy62.81880.37220.3743
Hunter Lab79.25832.007923.6505
CIE-Lab83.34696.525125.0662

#edcaa1 color RGB value is (237,202,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10100001
Octal 355 312 241
Decimal 237 202 161
Hex ED CA A1

RGB Percentages of Color #edcaa1

%39.50
%33.67
%26.83

CMYK Percentages of Color #edcaa1

%0
%15
%32
%7

Triadic Colors of #edcaa1

#edcaa1 #a1edca #caa1ed

Analogous Colors of #edcaa1

#edcaa1 #eaeda1 #eda4a1

Monochromatic Colors of #edcaa1

#edcaa1

Complementary Color

#edcaa1 #a1c4ed

#edcaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaa1 Color CSS Codes

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

#edcaa1 Text Font Color

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

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


#edcaa1 Background Color

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

This div background color is #edcaa1


#edcaa1 Border Color

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

This div border color is #edcaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaa1


Comments

No comments written yet.

Please login to write comment.