Color Hex Logo

#edfbdb Color Hex

#EDFBDB
(237,251,219)
0 Favorites   0 Comments

Color spaces of #edfbdb

RGB 237251219
HSL0.240.800.92
HSV86°13°98°
CMYK 0.060.000.13   0.02
XYZ82.208492.113480.4646
Yxy92.11340.32270.3615
Hunter Lab95.9757-15.062617.4752
CIE-Lab96.8666-10.104213.7783

#edfbdb color RGB value is (237,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11011011
Octal 355 373 333
Decimal 237 251 219
Hex ED FB DB

RGB Percentages of Color #edfbdb

%33.52
%35.50
%30.98

CMYK Percentages of Color #edfbdb

%6
%0
%13
%2

Triadic Colors of #edfbdb

#edfbdb #dbedfb #fbdbed

Analogous Colors of #edfbdb

#edfbdb #ddfbdb #fbf9db

Monochromatic Colors of #edfbdb

#edfbdb

Complementary Color

#edfbdb #e9dbfb

#edfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbdb Color CSS Codes

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

#edfbdb Text Font Color

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

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


#edfbdb Background Color

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

This div background color is #edfbdb


#edfbdb Border Color

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

This div border color is #edfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbdb


Comments

No comments written yet.

Please login to write comment.