Color Hex Logo

#edcaee Color Hex

#EDCAEE
(237,202,238)
0 Favorites   0 Comments

Color spaces of #edcaee

RGB 237202238
HSL0.830.510.86
HSV298°15°93°
CMYK 0.000.150.00   0.07
XYZ71.478266.418689.9417
Yxy66.41860.31370.2915
Hunter Lab81.497613.9342-8.3848
CIE-Lab85.209518.4419-13.1574

#edcaee color RGB value is (237,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11101110
Octal 355 312 356
Decimal 237 202 238
Hex ED CA EE

RGB Percentages of Color #edcaee

%35.01
%29.84
%35.16

CMYK Percentages of Color #edcaee

%0
%15
%0
%7

Triadic Colors of #edcaee

#edcaee #eeedca #caeeed

Analogous Colors of #edcaee

#edcaee #eecadd #dbcaee

Monochromatic Colors of #edcaee

#edcaee

Complementary Color

#edcaee #cbeeca

#edcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaee Color CSS Codes

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

#edcaee Text Font Color

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

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


#edcaee Background Color

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

This div background color is #edcaee


#edcaee Border Color

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

This div border color is #edcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaee


Comments

No comments written yet.

Please login to write comment.