Color Hex Logo

#edfbb1 Color Hex

#EDFBB1
(237,251,177)
0 Favorites   0 Comments

Color spaces of #edfbb1

RGB 237251177
HSL0.200.900.84
HSV71°29°98°
CMYK 0.060.000.29   0.02
XYZ77.358090.173254.9229
Yxy90.17320.34770.4054
Hunter Lab94.9596-20.765832.1794
CIE-Lab96.0686-16.224034.0150

#edfbb1 color RGB value is (237,251,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10110001
Octal 355 373 261
Decimal 237 251 177
Hex ED FB B1

RGB Percentages of Color #edfbb1

%35.64
%37.74
%26.62

CMYK Percentages of Color #edfbb1

%6
%0
%29
%2

Triadic Colors of #edfbb1

#edfbb1 #b1edfb #fbb1ed

Analogous Colors of #edfbb1

#edfbb1 #c8fbb1 #fbe4b1

Monochromatic Colors of #edfbb1

#edfbb1

Complementary Color

#edfbb1 #bfb1fb

#edfbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbb1 Color CSS Codes

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

#edfbb1 Text Font Color

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

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


#edfbb1 Background Color

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

This div background color is #edfbb1


#edfbb1 Border Color

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

This div border color is #edfbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbb1


Comments

No comments written yet.

Please login to write comment.