Color Hex Logo

#edcad6 Color Hex

#EDCAD6
(237,202,214)
0 Favorites   0 Comments

Color spaces of #edcad6

RGB 237202214
HSL0.940.490.86
HSV339°15°93°
CMYK 0.000.150.10   0.07
XYZ68.183265.100672.5904
Yxy65.10060.33120.3162
Hunter Lab80.68499.64363.1376
CIE-Lab84.535514.2498-1.3803

#edcad6 color RGB value is (237,202,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11010110
Octal 355 312 326
Decimal 237 202 214
Hex ED CA D6

RGB Percentages of Color #edcad6

%36.29
%30.93
%32.77

CMYK Percentages of Color #edcad6

%0
%15
%10
%7

Triadic Colors of #edcad6

#edcad6 #d6edca #cad6ed

Analogous Colors of #edcad6

#edcad6 #edd0ca #edcae8

Monochromatic Colors of #edcad6

#edcad6

Complementary Color

#edcad6 #caede1

#edcad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcad6 Color CSS Codes

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

#edcad6 Text Font Color

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

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


#edcad6 Background Color

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

This div background color is #edcad6


#edcad6 Border Color

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

This div border color is #edcad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcad6


Comments

No comments written yet.

Please login to write comment.