Color Hex Logo

#edcac7 Color Hex

#EDCAC7
(237,202,199)
0 Favorites   0 Comments

Color spaces of #edcac7

RGB 237202199
HSL0.010.510.85
HSV16°93°
CMYK 0.000.150.16   0.07
XYZ66.354464.369162.9601
Yxy64.36910.34260.3323
Hunter Lab80.23047.22509.6339
CIE-Lab84.157611.84096.0637

#edcac7 color RGB value is (237,202,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11000111
Octal 355 312 307
Decimal 237 202 199
Hex ED CA C7

RGB Percentages of Color #edcac7

%37.15
%31.66
%31.19

CMYK Percentages of Color #edcac7

%0
%15
%16
%7

Triadic Colors of #edcac7

#edcac7 #c7edca #cac7ed

Analogous Colors of #edcac7

#edcac7 #edddc7 #edc7d7

Monochromatic Colors of #edcac7

#edcac7

Complementary Color

#edcac7 #c7eaed

#edcac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcac7 Color CSS Codes

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

#edcac7 Text Font Color

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

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


#edcac7 Background Color

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

This div background color is #edcac7


#edcac7 Border Color

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

This div border color is #edcac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcac7


Comments

No comments written yet.

Please login to write comment.