Color Hex Logo

#edcffc Color Hex

#EDCFFC
(237,207,252)
0 Favorites   0 Comments

Color spaces of #edcffc

RGB 237207252
HSL0.780.880.90
HSV280°18°99°
CMYK 0.060.180.00   0.01
XYZ74.808669.6584101.5980
Yxy69.65840.30400.2831
Hunter Lab83.461613.9359-13.7507
CIE-Lab86.829018.4159-18.1447

#edcffc color RGB value is (237,207,252).

#edcffc hex color red value is 237, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edcffc hue: 0.78 , saturation: 0.88 and the lightness value of edcffc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 11111100
Octal 355 317 374
Decimal 237 207 252
Hex ED CF FC

RGB Percentages of Color #edcffc

%34.05
%29.74
%36.21

CMYK Percentages of Color #edcffc

%6
%18
%0
%1

Triadic Colors of #edcffc

#edcffc #fcedcf #cffced

Analogous Colors of #edcffc

#edcffc #fccff5 #d7cffc

Monochromatic Colors of #edcffc

#edcffc

Complementary Color

#edcffc #defccf

#edcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcffc Color CSS Codes

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

#edcffc Text Font Color

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

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


#edcffc Background Color

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

This div background color is #edcffc


#edcffc Border Color

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

This div border color is #edcffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcffc

Related Colors


Comments

No comments written yet.

Please login to write comment.