Color Hex Logo

#edffbd Color Hex

#EDFFBD
(237,255,189)
1 Favorites   0 Comments

Color spaces of #edffbd

RGB 237255189
HSL0.211.000.87
HSV76°26°100°
CMYK 0.070.000.26   0.00
XYZ79.870493.198661.9236
Yxy93.19860.33990.3966
Hunter Lab96.5394-21.264829.5470
CIE-Lab97.3081-16.566929.6565

#edffbd color RGB value is (237,255,189).

#edffbd hex color red value is 237, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edffbd hue: 0.21 , saturation: 1.00 and the lightness value of edffbd is 0.87.

The process color (four color CMYK) of #edffbd color hex is 0.07, 0.00, 0.26, 0.00. Web safe color of #edffbd is #ffffcc. Color #edffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 10111101
Octal 355 377 275
Decimal 237 255 189
Hex ED FF BD

RGB Percentages of Color #edffbd

%34.80
%37.44
%27.75

CMYK Percentages of Color #edffbd

%7
%0
%26
%0

Triadic Colors of #edffbd

#edffbd #bdedff #ffbded

Analogous Colors of #edffbd

#edffbd #ccffbd #fff0bd

Monochromatic Colors of #edffbd

#edffbd

Complementary Color

#edffbd #cfbdff

#edffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffbd Color CSS Codes

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

#edffbd Text Font Color

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

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


#edffbd Background Color

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

This div background color is #edffbd


#edffbd Border Color

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

This div border color is #edffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffbd


Comments

No comments written yet.

Please login to write comment.