Color Hex Logo

#edfdfc Color Hex

#EDFDFC
(237,253,252)
0 Favorites   0 Comments

Color spaces of #edfdfc

RGB 237253252
HSL0.490.800.96
HSV176°99°
CMYK 0.060.000.00   0.01
XYZ87.621095.2834105.8689
Yxy95.28340.30340.3300
Hunter Lab97.6132-10.59544.0248
CIE-Lab98.1468-5.3884-1.3324

#edfdfc color RGB value is (237,253,252).

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

The process color (four color CMYK) of #edfdfc color hex is 0.06, 0.00, 0.00, 0.01. Web safe color of #edfdfc is #ffffff. Color #edfdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11111100
Octal 355 375 374
Decimal 237 253 252
Hex ED FD FC

RGB Percentages of Color #edfdfc

%31.94
%34.10
%33.96

CMYK Percentages of Color #edfdfc

%6
%0
%0
%1

Triadic Colors of #edfdfc

#edfdfc #fcedfd #fdfced

Analogous Colors of #edfdfc

#edfdfc #edf6fd #edfdf4

Monochromatic Colors of #edfdfc

#edfdfc

Complementary Color

#edfdfc #fdedee

#edfdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdfc Color CSS Codes

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

#edfdfc Text Font Color

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

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


#edfdfc Background Color

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

This div background color is #edfdfc


#edfdfc Border Color

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

This div border color is #edfdfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,253,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 #edfdfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdfc

Related Colors

#edfdfc Color Palettes


Comments

No comments written yet.

Please login to write comment.