Color Hex Logo

#edfabf Color Hex

#EDFABF
(237,250,191)
0 Favorites   0 Comments

Color spaces of #edfabf

RGB 237250191
HSL0.200.860.86
HSV73°24°98°
CMYK 0.050.000.24   0.02
XYZ78.514690.137362.5503
Yxy90.13730.33960.3899
Hunter Lab94.9407-18.529227.3961
CIE-Lab96.0537-13.844826.9365

#edfabf color RGB value is (237,250,191).

#edfabf hex color red value is 237, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #edfabf hue: 0.20 , saturation: 0.86 and the lightness value of edfabf is 0.86.

The process color (four color CMYK) of #edfabf color hex is 0.05, 0.00, 0.24, 0.02. Web safe color of #edfabf is #ffffcc. Color #edfabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 10111111
Octal 355 372 277
Decimal 237 250 191
Hex ED FA BF

RGB Percentages of Color #edfabf

%34.96
%36.87
%28.17

CMYK Percentages of Color #edfabf

%5
%0
%24
%2

Triadic Colors of #edfabf

#edfabf #bfedfa #fabfed

Analogous Colors of #edfabf

#edfabf #d0fabf #faeabf

Monochromatic Colors of #edfabf

#edfabf

Complementary Color

#edfabf #ccbffa

#edfabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfabf Color CSS Codes

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

#edfabf Text Font Color

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

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


#edfabf Background Color

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

This div background color is #edfabf


#edfabf Border Color

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

This div border color is #edfabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfabf


Comments

No comments written yet.

Please login to write comment.