Color Hex Logo

#edcac9 Color Hex

#EDCAC9
(237,202,201)
0 Favorites   0 Comments

Color spaces of #edcac9

RGB 237202201
HSL0.000.500.86
HSV15°93°
CMYK 0.000.150.15   0.07
XYZ66.588264.462664.1913
Yxy64.46260.34110.3302
Hunter Lab80.28867.53588.7993
CIE-Lab84.206012.15245.0682

#edcac9 color RGB value is (237,202,201).

#edcac9 hex color red value is 237, green value is 202 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #edcac9 hue: 0.00 , saturation: 0.50 and the lightness value of edcac9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11001001
Octal 355 312 311
Decimal 237 202 201
Hex ED CA C9

RGB Percentages of Color #edcac9

%37.03
%31.56
%31.41

CMYK Percentages of Color #edcac9

%0
%15
%15
%7

Triadic Colors of #edcac9

#edcac9 #c9edca #cac9ed

Analogous Colors of #edcac9

#edcac9 #eddcc9 #edc9da

Monochromatic Colors of #edcac9

#edcac9

Complementary Color

#edcac9 #c9eced

#edcac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcac9 Color CSS Codes

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

#edcac9 Text Font Color

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

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


#edcac9 Background Color

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

This div background color is #edcac9


#edcac9 Border Color

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

This div border color is #edcac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcac9

#edcac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.