Color Hex Logo

#edfebd Color Hex

#EDFEBD
(237,254,189)
0 Favorites   0 Comments

Color spaces of #edfebd

RGB 237254189
HSL0.210.970.87
HSV76°26°100°
CMYK 0.070.000.26   0.00
XYZ79.552292.562361.8176
Yxy92.56230.34010.3957
Hunter Lab96.2093-20.770729.2508
CIE-Lab97.0497-16.080329.3055

#edfebd color RGB value is (237,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10111101
Octal 355 376 275
Decimal 237 254 189
Hex ED FE BD

RGB Percentages of Color #edfebd

%34.85
%37.35
%27.79

CMYK Percentages of Color #edfebd

%7
%0
%26
%0

Triadic Colors of #edfebd

#edfebd #bdedfe #febded

Analogous Colors of #edfebd

#edfebd #cdfebd #feefbd

Monochromatic Colors of #edfebd

#edfebd

Complementary Color

#edfebd #cebdfe

#edfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfebd Color CSS Codes

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

#edfebd Text Font Color

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

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


#edfebd Background Color

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

This div background color is #edfebd


#edfebd Border Color

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

This div border color is #edfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfebd

Related Colors


Comments

No comments written yet.

Please login to write comment.