Color Hex Logo

#edcac2 Color Hex

#EDCAC2
(237,202,194)
0 Favorites   0 Comments

Color spaces of #edcac2

RGB 237202194
HSL0.030.540.85
HSV11°18°93°
CMYK 0.000.150.18   0.07
XYZ65.783264.140659.9522
Yxy64.14060.34650.3378
Hunter Lab80.08786.464111.6781
CIE-Lab84.038911.07608.5560

#edcac2 color RGB value is (237,202,194).

#edcac2 hex color red value is 237, green value is 202 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #edcac2 hue: 0.03 , saturation: 0.54 and the lightness value of edcac2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11000010
Octal 355 312 302
Decimal 237 202 194
Hex ED CA C2

RGB Percentages of Color #edcac2

%37.44
%31.91
%30.65

CMYK Percentages of Color #edcac2

%0
%15
%18
%7

Triadic Colors of #edcac2

#edcac2 #c2edca #cac2ed

Analogous Colors of #edcac2

#edcac2 #ede0c2 #edc2d0

Monochromatic Colors of #edcac2

#edcac2

Complementary Color

#edcac2 #c2e5ed

#edcac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcac2 Color CSS Codes

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

#edcac2 Text Font Color

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

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


#edcac2 Background Color

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

This div background color is #edcac2


#edcac2 Border Color

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

This div border color is #edcac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcac2


Comments

No comments written yet.

Please login to write comment.