Color Hex Logo

#edfbda Color Hex

#EDFBDA
(237,251,218)
0 Favorites   0 Comments

Color spaces of #edfbda

RGB 237251218
HSL0.240.800.92
HSV85°13°98°
CMYK 0.060.000.13   0.02
XYZ82.077192.060879.7733
Yxy92.06080.32330.3626
Hunter Lab95.9483-15.215217.8690
CIE-Lab96.8452-10.265314.2606

#edfbda color RGB value is (237,251,218).

#edfbda hex color red value is 237, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edfbda hue: 0.24 , saturation: 0.80 and the lightness value of edfbda is 0.92.

The process color (four color CMYK) of #edfbda color hex is 0.06, 0.00, 0.13, 0.02. Web safe color of #edfbda is #ffffcc. Color #edfbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11011010
Octal 355 373 332
Decimal 237 251 218
Hex ED FB DA

RGB Percentages of Color #edfbda

%33.57
%35.55
%30.88

CMYK Percentages of Color #edfbda

%6
%0
%13
%2

Triadic Colors of #edfbda

#edfbda #daedfb #fbdaed

Analogous Colors of #edfbda

#edfbda #ddfbda #fbf9da

Monochromatic Colors of #edfbda

#edfbda

Complementary Color

#edfbda #e8dafb

#edfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbda Color CSS Codes

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

#edfbda Text Font Color

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

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


#edfbda Background Color

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

This div background color is #edfbda


#edfbda Border Color

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

This div border color is #edfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbda


Comments

No comments written yet.

Please login to write comment.