Color Hex Logo

#edfefc Color Hex

#EDFEFC
(237,254,252)
0 Favorites   0 Comments

Color spaces of #edfefc

RGB 237254252
HSL0.480.890.96
HSV173°100°
CMYK 0.070.000.01   0.00
XYZ87.937695.9164105.9744
Yxy95.91640.30340.3309
Hunter Lab97.9369-11.11444.4000
CIE-Lab98.3990-5.8901-0.9634

#edfefc color RGB value is (237,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11111100
Octal 355 376 374
Decimal 237 254 252
Hex ED FE FC

RGB Percentages of Color #edfefc

%31.90
%34.19
%33.92

CMYK Percentages of Color #edfefc

%7
%0
%1
%0

Triadic Colors of #edfefc

#edfefc #fcedfe #fefced

Analogous Colors of #edfefc

#edfefc #edf8fe #edfef4

Monochromatic Colors of #edfefc

#edfefc

Complementary Color

#edfefc #feedef

#edfefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfefc Color CSS Codes

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

#edfefc Text Font Color

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

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


#edfefc Background Color

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

This div background color is #edfefc


#edfefc Border Color

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

This div border color is #edfefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfefc


Comments

No comments written yet.

Please login to write comment.