Color Hex Logo

#edcafd Color Hex

#EDCAFD
(237,202,253)
0 Favorites   0 Comments

Color spaces of #edcafd

RGB 237202253
HSL0.780.930.89
HSV281°20°99°
CMYK 0.060.200.00   0.01
XYZ73.775267.3374102.0376
Yxy67.33740.30340.2769
Hunter Lab82.059416.8759-16.2832
CIE-Lab85.674021.2588-20.4176

#edcafd color RGB value is (237,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11111101
Octal 355 312 375
Decimal 237 202 253
Hex ED CA FD

RGB Percentages of Color #edcafd

%34.25
%29.19
%36.56

CMYK Percentages of Color #edcafd

%6
%20
%0
%1

Triadic Colors of #edcafd

#edcafd #fdedca #cafded

Analogous Colors of #edcafd

#edcafd #fdcaf4 #d4cafd

Monochromatic Colors of #edcafd

#edcafd

Complementary Color

#edcafd #dafdca

#edcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcafd Color CSS Codes

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

#edcafd Text Font Color

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

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


#edcafd Background Color

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

This div background color is #edcafd


#edcafd Border Color

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

This div border color is #edcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcafd

Related Colors


Comments

No comments written yet.

Please login to write comment.