color codes Logo

#edfeaf color codes

#EDFEAF
(237,254,175)
0 Favorites   0 Comments

Color spaces of #edfeaf

RGB 237254175
HSL0.200.980.84
HSV73°31°100°
CMYK 0.070.000.31   0.00
XYZ78.104791.983354.1954
Yxy91.98330.34820.4101
Hunter Lab95.9079-22.473533.6321
CIE-Lab96.8135-17.937636.0054

#edfeaf color RGB value is (237,254,175).

#edfeaf hex color red value is 237, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #edfeaf hue: 0.20 , saturation: 0.98 and the lightness value of edfeaf is 0.84.

The process color (four color CMYK) of #edfeaf color code is 0.07, 0.00, 0.31, 0.00. Web safe color of #edfeaf is #ffff99. Color #edfeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10101111
Octal 355 376 257
Decimal 237 254 175
Hex ED FE AF

RGB Percentages of Color #edfeaf

%35.59
%38.14
%26.28

CMYK Percentages of Color #edfeaf

%7
%0
%31
%0

Triadic Colors of #edfeaf

#edfeaf #afedfe #feafed

Analogous Colors of #edfeaf

#edfeaf #c6feaf #fee8af

Monochromatic Colors of #edfeaf

#edfeaf

Complementary Color

#edfeaf #c0affe

#edfeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfeaf Color CSS Codes

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

#edfeaf Text Font Color

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

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


#edfeaf Background Color

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

This div background color is #edfeaf


#edfeaf Border Color

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

This div border color is #edfeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfeaf


Comments

No comments written yet.

Please login to write comment.