Color Hex Logo

#edfbd5 Color Hex

#EDFBD5
(237,251,213)
0 Favorites   0 Comments

Color spaces of #edfbd5

RGB 237251213
HSL0.230.830.91
HSV82°15°98°
CMYK 0.060.000.15   0.02
XYZ81.432591.803076.3786
Yxy91.80300.32620.3678
Hunter Lab95.8139-15.966619.8063
CIE-Lab96.7397-11.060616.6735

#edfbd5 color RGB value is (237,251,213).

#edfbd5 hex color red value is 237, green value is 251 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #edfbd5 hue: 0.23 , saturation: 0.83 and the lightness value of edfbd5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11010101
Octal 355 373 325
Decimal 237 251 213
Hex ED FB D5

RGB Percentages of Color #edfbd5

%33.81
%35.81
%30.39

CMYK Percentages of Color #edfbd5

%6
%0
%15
%2

Triadic Colors of #edfbd5

#edfbd5 #d5edfb #fbd5ed

Analogous Colors of #edfbd5

#edfbd5 #dafbd5 #fbf6d5

Monochromatic Colors of #edfbd5

#edfbd5

Complementary Color

#edfbd5 #e3d5fb

#edfbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbd5 Color CSS Codes

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

#edfbd5 Text Font Color

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

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


#edfbd5 Background Color

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

This div background color is #edfbd5


#edfbd5 Border Color

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

This div border color is #edfbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbd5


Comments

No comments written yet.

Please login to write comment.