Color Hex Logo

#ebfbb5 Color Hex

#EBFBB5
(235,251,181)
0 Favorites   0 Comments

Color spaces of #ebfbb5

RGB 235251181
HSL0.200.900.85
HSV74°28°98°
CMYK 0.060.000.28   0.02
XYZ77.098689.992757.0229
Yxy89.99270.34400.4015
Hunter Lab94.8645-20.941730.7660
CIE-Lab95.9937-16.423831.8823

#ebfbb5 color RGB value is (235,251,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10110101
Octal 353 373 265
Decimal 235 251 181
Hex EB FB B5

RGB Percentages of Color #ebfbb5

%35.23
%37.63
%27.14

CMYK Percentages of Color #ebfbb5

%6
%0
%28
%2

Triadic Colors of #ebfbb5

#ebfbb5 #b5ebfb #fbb5eb

Analogous Colors of #ebfbb5

#ebfbb5 #c8fbb5 #fbe8b5

Monochromatic Colors of #ebfbb5

#ebfbb5

Complementary Color

#ebfbb5 #c5b5fb

#ebfbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbb5 Color CSS Codes

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

#ebfbb5 Text Font Color

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

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


#ebfbb5 Background Color

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

This div background color is #ebfbb5


#ebfbb5 Border Color

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

This div border color is #ebfbb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,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 #ebfbb5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbb5


Comments

No comments written yet.

Please login to write comment.