Color Hex Logo

#edfbb5 Color Hex

#EDFBB5
(237,251,181)
0 Favorites   0 Comments

Color spaces of #edfbb5

RGB 237251181
HSL0.200.900.85
HSV72°28°98°
CMYK 0.060.000.28   0.02
XYZ77.762790.335157.0539
Yxy90.33510.34540.4012
Hunter Lab95.0448-20.285230.9405
CIE-Lab96.1356-15.700232.0976

#edfbb5 color RGB value is (237,251,181).

#edfbb5 hex color red value is 237, green value is 251 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #edfbb5 hue: 0.20 , saturation: 0.90 and the lightness value of edfbb5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10110101
Octal 355 373 265
Decimal 237 251 181
Hex ED FB B5

RGB Percentages of Color #edfbb5

%35.43
%37.52
%27.06

CMYK Percentages of Color #edfbb5

%6
%0
%28
%2

Triadic Colors of #edfbb5

#edfbb5 #b5edfb #fbb5ed

Analogous Colors of #edfbb5

#edfbb5 #cafbb5 #fbe6b5

Monochromatic Colors of #edfbb5

#edfbb5

Complementary Color

#edfbb5 #c3b5fb

#edfbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbb5 Color CSS Codes

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

#edfbb5 Text Font Color

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

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


#edfbb5 Background Color

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

This div background color is #edfbb5


#edfbb5 Border Color

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

This div border color is #edfbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbb5


Comments

No comments written yet.

Please login to write comment.