Color Hex Logo

#edfcff Color Hex

#EDFCFF
(237,252,255)
1 Favorites   0 Comments

Color spaces of #edfcff

RGB 237252255
HSL0.531.000.96
HSV190°100°
CMYK 0.070.010.00   0.00
XYZ87.785594.8453108.2879
Yxy94.84530.30180.3260
Hunter Lab97.3886-9.53112.2465
CIE-Lab97.9716-4.3288-3.1322

#edfcff color RGB value is (237,252,255).

#edfcff hex color red value is 237, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #edfcff hue: 0.53 , saturation: 1.00 and the lightness value of edfcff is 0.96.

The process color (four color CMYK) of #edfcff color hex is 0.07, 0.01, 0.00, 0.00. Web safe color of #edfcff is #ffffff. Color #edfcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11111111
Octal 355 374 377
Decimal 237 252 255
Hex ED FC FF

RGB Percentages of Color #edfcff

%31.85
%33.87
%34.27

CMYK Percentages of Color #edfcff

%7
%1
%0
%0

Triadic Colors of #edfcff

#edfcff #ffedfc #fcffed

Analogous Colors of #edfcff

#edfcff #edf3ff #edfff9

Monochromatic Colors of #edfcff

#edfcff

Complementary Color

#edfcff #fff0ed

#edfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcff Color CSS Codes

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

#edfcff Text Font Color

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

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


#edfcff Background Color

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

This div background color is #edfcff


#edfcff Border Color

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

This div border color is #edfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.