Color Hex Logo

#edcad4 Color Hex

#EDCAD4
(237,202,212)
0 Favorites   0 Comments

Color spaces of #edcad4

RGB 237202212
HSL0.950.490.86
HSV343°15°93°
CMYK 0.000.150.11   0.07
XYZ67.929264.999171.2532
Yxy64.99910.33270.3183
Hunter Lab80.62209.30914.0353
CIE-Lab84.483313.9187-0.3910

#edcad4 color RGB value is (237,202,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11010100
Octal 355 312 324
Decimal 237 202 212
Hex ED CA D4

RGB Percentages of Color #edcad4

%36.41
%31.03
%32.57

CMYK Percentages of Color #edcad4

%0
%15
%11
%7

Triadic Colors of #edcad4

#edcad4 #d4edca #cad4ed

Analogous Colors of #edcad4

#edcad4 #edd2ca #edcae6

Monochromatic Colors of #edcad4

#edcad4

Complementary Color

#edcad4 #caede3

#edcad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcad4 Color CSS Codes

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

#edcad4 Text Font Color

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

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


#edcad4 Background Color

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

This div background color is #edcad4


#edcad4 Border Color

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

This div border color is #edcad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcad4


Comments

No comments written yet.

Please login to write comment.