Color Hex Logo

#edfeec Color Hex

#EDFEEC
(237,254,236)
0 Favorites   0 Comments

Color spaces of #edfeec

RGB 237254236
HSL0.320.900.96
HSV117°100°
CMYK 0.070.000.07   0.00
XYZ85.507294.944393.1762
Yxy94.94430.31250.3470
Hunter Lab97.4394-13.877511.5116
CIE-Lab98.0112-8.74906.6915

#edfeec color RGB value is (237,254,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11101100
Octal 355 376 354
Decimal 237 254 236
Hex ED FE EC

RGB Percentages of Color #edfeec

%32.60
%34.94
%32.46

CMYK Percentages of Color #edfeec

%7
%0
%7
%0

Triadic Colors of #edfeec

#edfeec #ecedfe #feeced

Analogous Colors of #edfeec

#edfeec #ecfef4 #f6feec

Monochromatic Colors of #edfeec

#edfeec

Complementary Color

#edfeec #fdecfe

#edfeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeec Color CSS Codes

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

#edfeec Text Font Color

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

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


#edfeec Background Color

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

This div background color is #edfeec


#edfeec Border Color

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

This div border color is #edfeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeec


Comments

No comments written yet.

Please login to write comment.