Color Hex Logo

#edfbaf Color Hex

#EDFBAF
(237,251,175)
0 Favorites   0 Comments

Color spaces of #edfbaf

RGB 237251175
HSL0.200.900.84
HSV71°30°98°
CMYK 0.060.000.30   0.02
XYZ77.160190.094053.8806
Yxy90.09400.34890.4074
Hunter Lab94.9179-21.001032.7862
CIE-Lab96.0357-16.480934.9720

#edfbaf color RGB value is (237,251,175).

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

The process color (four color CMYK) of #edfbaf color hex is 0.06, 0.00, 0.30, 0.02. Web safe color of #edfbaf is #ffff99. Color #edfbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10101111
Octal 355 373 257
Decimal 237 251 175
Hex ED FB AF

RGB Percentages of Color #edfbaf

%35.75
%37.86
%26.40

CMYK Percentages of Color #edfbaf

%6
%0
%30
%2

Triadic Colors of #edfbaf

#edfbaf #afedfb #fbafed

Analogous Colors of #edfbaf

#edfbaf #c7fbaf #fbe3af

Monochromatic Colors of #edfbaf

#edfbaf

Complementary Color

#edfbaf #bdaffb

#edfbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbaf Color CSS Codes

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

#edfbaf Text Font Color

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

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


#edfbaf Background Color

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

This div background color is #edfbaf


#edfbaf Border Color

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

This div border color is #edfbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbaf


Comments

No comments written yet.

Please login to write comment.