Color Hex Logo

#edfdb8 Color Hex

#EDFDB8
(237,253,184)
0 Favorites   0 Comments

Color spaces of #edfdb8

RGB 237253184
HSL0.210.950.86
HSV74°27°99°
CMYK 0.060.000.27   0.01
XYZ78.702191.715858.9023
Yxy91.71580.34320.3999
Hunter Lab95.7684-20.904030.5716
CIE-Lab96.7040-16.274731.3549

#edfdb8 color RGB value is (237,253,184).

#edfdb8 hex color red value is 237, green value is 253 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #edfdb8 hue: 0.21 , saturation: 0.95 and the lightness value of edfdb8 is 0.86.

The process color (four color CMYK) of #edfdb8 color hex is 0.06, 0.00, 0.27, 0.01. Web safe color of #edfdb8 is #ffffcc. Color #edfdb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10111000
Octal 355 375 270
Decimal 237 253 184
Hex ED FD B8

RGB Percentages of Color #edfdb8

%35.16
%37.54
%27.30

CMYK Percentages of Color #edfdb8

%6
%0
%27
%1

Triadic Colors of #edfdb8

#edfdb8 #b8edfd #fdb8ed

Analogous Colors of #edfdb8

#edfdb8 #cbfdb8 #fdebb8

Monochromatic Colors of #edfdb8

#edfdb8

Complementary Color

#edfdb8 #c8b8fd

#edfdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdb8 Color CSS Codes

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

#edfdb8 Text Font Color

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

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


#edfdb8 Background Color

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

This div background color is #edfdb8


#edfdb8 Border Color

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

This div border color is #edfdb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdb8


Comments

No comments written yet.

Please login to write comment.