Color Hex Logo

#edcafe Color Hex

#EDCAFE
(237,202,254)
0 Favorites   0 Comments

Color spaces of #edcafe

RGB 237202254
HSL0.780.960.89
HSV280°20°100°
CMYK 0.070.200.00   0.00
XYZ73.935067.4013102.8789
Yxy67.40130.30270.2760
Hunter Lab82.098317.0792-16.8286
CIE-Lab85.706221.4517-20.8986

#edcafe color RGB value is (237,202,254).

#edcafe hex color red value is 237, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #edcafe hue: 0.78 , saturation: 0.96 and the lightness value of edcafe is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11111110
Octal 355 312 376
Decimal 237 202 254
Hex ED CA FE

RGB Percentages of Color #edcafe

%34.20
%29.15
%36.65

CMYK Percentages of Color #edcafe

%7
%20
%0
%0

Triadic Colors of #edcafe

#edcafe #feedca #cafeed

Analogous Colors of #edcafe

#edcafe #fecaf5 #d3cafe

Monochromatic Colors of #edcafe

#edcafe

Complementary Color

#edcafe #dbfeca

#edcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcafe Color CSS Codes

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

#edcafe Text Font Color

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

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


#edcafe Background Color

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

This div background color is #edcafe


#edcafe Border Color

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

This div border color is #edcafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcafe


Comments

No comments written yet.

Please login to write comment.