Color Hex Logo

#edcff4 Color Hex

#EDCFF4
(237,207,244)
0 Favorites   0 Comments

Color spaces of #edcff4

RGB 237207244
HSL0.800.630.88
HSV289°15°96°
CMYK 0.030.150.00   0.04
XYZ73.567069.161895.0601
Yxy69.16180.30940.2909
Hunter Lab83.163612.3659-9.5569
CIE-Lab86.584116.9034-14.2816

#edcff4 color RGB value is (237,207,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 11110100
Octal 355 317 364
Decimal 237 207 244
Hex ED CF F4

RGB Percentages of Color #edcff4

%34.45
%30.09
%35.47

CMYK Percentages of Color #edcff4

%3
%15
%0
%4

Triadic Colors of #edcff4

#edcff4 #f4edcf #cff4ed

Analogous Colors of #edcff4

#edcff4 #f4cfe9 #dbcff4

Monochromatic Colors of #edcff4

#edcff4

Complementary Color

#edcff4 #d6f4cf

#edcff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcff4 Color CSS Codes

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

#edcff4 Text Font Color

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

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


#edcff4 Background Color

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

This div background color is #edcff4


#edcff4 Border Color

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

This div border color is #edcff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcff4


Comments

No comments written yet.

Please login to write comment.