Color Hex Logo

#edcae4 Color Hex

#EDCAE4
(237,202,228)
0 Favorites   0 Comments

Color spaces of #edcae4

RGB 237202228
HSL0.880.490.86
HSV315°15°93°
CMYK 0.000.150.04   0.07
XYZ70.049265.847082.4165
Yxy65.84700.32090.3016
Hunter Lab81.146212.0838-3.4159
CIE-Lab84.918316.6464-8.2727

#edcae4 color RGB value is (237,202,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11100100
Octal 355 312 344
Decimal 237 202 228
Hex ED CA E4

RGB Percentages of Color #edcae4

%35.53
%30.28
%34.18

CMYK Percentages of Color #edcae4

%0
%15
%4
%7

Triadic Colors of #edcae4

#edcae4 #e4edca #cae4ed

Analogous Colors of #edcae4

#edcae4 #edcad3 #e5caed

Monochromatic Colors of #edcae4

#edcae4

Complementary Color

#edcae4 #caedd3

#edcae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcae4 Color CSS Codes

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

#edcae4 Text Font Color

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

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


#edcae4 Background Color

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

This div background color is #edcae4


#edcae4 Border Color

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

This div border color is #edcae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcae4


Comments

No comments written yet.

Please login to write comment.