Color Hex Logo

#edcaec Color Hex

#EDCAEC
(237,202,236)
0 Favorites   0 Comments

Color spaces of #edcaec

RGB 237202236
HSL0.840.490.86
HSV302°15°93°
CMYK 0.000.150.00   0.07
XYZ71.185966.301788.4025
Yxy66.30170.31510.2935
Hunter Lab81.425913.5569-7.3719
CIE-Lab85.150118.0773-12.1832

#edcaec color RGB value is (237,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11101100
Octal 355 312 354
Decimal 237 202 236
Hex ED CA EC

RGB Percentages of Color #edcaec

%35.11
%29.93
%34.96

CMYK Percentages of Color #edcaec

%0
%15
%0
%7

Triadic Colors of #edcaec

#edcaec #ecedca #caeced

Analogous Colors of #edcaec

#edcaec #edcadb #ddcaed

Monochromatic Colors of #edcaec

#edcaec

Complementary Color

#edcaec #caedcb

#edcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaec Color CSS Codes

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

#edcaec Text Font Color

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

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


#edcaec Background Color

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

This div background color is #edcaec


#edcaec Border Color

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

This div border color is #edcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaec


Comments

No comments written yet.

Please login to write comment.