Color Hex Logo

#edfbb0 Color Hex

#EDFBB0
(237,251,176)
0 Favorites   0 Comments

Color spaces of #edfbb0

RGB 237251176
HSL0.200.900.84
HSV71°30°98°
CMYK 0.060.000.30   0.02
XYZ77.258790.133554.3998
Yxy90.13350.34830.4064
Hunter Lab94.9387-20.883832.4839
CIE-Lab96.0521-16.352934.4937

#edfbb0 color RGB value is (237,251,176).

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

The process color (four color CMYK) of #edfbb0 color hex is 0.06, 0.00, 0.30, 0.02. Web safe color of #edfbb0 is #ffff99. Color #edfbb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10110000
Octal 355 373 260
Decimal 237 251 176
Hex ED FB B0

RGB Percentages of Color #edfbb0

%35.69
%37.80
%26.51

CMYK Percentages of Color #edfbb0

%6
%0
%30
%2

Triadic Colors of #edfbb0

#edfbb0 #b0edfb #fbb0ed

Analogous Colors of #edfbb0

#edfbb0 #c8fbb0 #fbe4b0

Monochromatic Colors of #edfbb0

#edfbb0

Complementary Color

#edfbb0 #beb0fb

#edfbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbb0 Color CSS Codes

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

#edfbb0 Text Font Color

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

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


#edfbb0 Background Color

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

This div background color is #edfbb0


#edfbb0 Border Color

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

This div border color is #edfbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbb0


Comments

No comments written yet.

Please login to write comment.