Color Hex Logo

#edcad3 Color Hex

#EDCAD3
(237,202,211)
0 Favorites   0 Comments

Color spaces of #edcad3

RGB 237202211
HSL0.960.490.86
HSV345°15°93°
CMYK 0.000.150.11   0.07
XYZ67.803564.948770.5907
Yxy64.94870.33340.3194
Hunter Lab80.59089.14384.4805
CIE-Lab84.457313.75470.1041

#edcad3 color RGB value is (237,202,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11010011
Octal 355 312 323
Decimal 237 202 211
Hex ED CA D3

RGB Percentages of Color #edcad3

%36.46
%31.08
%32.46

CMYK Percentages of Color #edcad3

%0
%15
%11
%7

Triadic Colors of #edcad3

#edcad3 #d3edca #cad3ed

Analogous Colors of #edcad3

#edcad3 #edd3ca #edcae5

Monochromatic Colors of #edcad3

#edcad3

Complementary Color

#edcad3 #caede4

#edcad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcad3 Color CSS Codes

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

#edcad3 Text Font Color

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

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


#edcad3 Background Color

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

This div background color is #edcad3


#edcad3 Border Color

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

This div border color is #edcad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcad3


Comments

No comments written yet.

Please login to write comment.