Color Hex Logo

#edf6bf Color Hex

#EDF6BF
(237,246,191)
0 Favorites   0 Comments

Color spaces of #edf6bf

RGB 237246191
HSL0.190.750.86
HSV70°22°96°
CMYK 0.040.000.22   0.04
XYZ77.284887.677662.1404
Yxy87.67760.34030.3861
Hunter Lab93.6363-16.534626.1985
CIE-Lab95.0250-11.873225.5269

#edf6bf color RGB value is (237,246,191).

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

The process color (four color CMYK) of #edf6bf color hex is 0.04, 0.00, 0.22, 0.04. Web safe color of #edf6bf is #ffffcc. Color #edf6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 10111111
Octal 355 366 277
Decimal 237 246 191
Hex ED F6 BF

RGB Percentages of Color #edf6bf

%35.16
%36.50
%28.34

CMYK Percentages of Color #edf6bf

%4
%0
%22
%4

Triadic Colors of #edf6bf

#edf6bf #bfedf6 #f6bfed

Analogous Colors of #edf6bf

#edf6bf #d2f6bf #f6e4bf

Monochromatic Colors of #edf6bf

#edf6bf

Complementary Color

#edf6bf #c8bff6

#edf6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf6bf Color CSS Codes

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

#edf6bf Text Font Color

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

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


#edf6bf Background Color

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

This div background color is #edf6bf


#edf6bf Border Color

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

This div border color is #edf6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf6bf


Comments

No comments written yet.

Please login to write comment.