Color Hex Logo

#ebfbbd Color Hex

#EBFBBD
(235,251,189)
0 Favorites   0 Comments

Color spaces of #ebfbbd

RGB 235251189
HSL0.210.890.86
HSV75°25°98°
CMYK 0.060.000.25   0.02
XYZ77.943490.330761.4716
Yxy90.33070.33930.3932
Hunter Lab95.0425-19.938228.1821
CIE-Lab96.1338-15.330428.0359

#ebfbbd color RGB value is (235,251,189).

#ebfbbd hex color red value is 235, green value is 251 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebfbbd hue: 0.21 , saturation: 0.89 and the lightness value of ebfbbd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10111101
Octal 353 373 275
Decimal 235 251 189
Hex EB FB BD

RGB Percentages of Color #ebfbbd

%34.81
%37.19
%28.00

CMYK Percentages of Color #ebfbbd

%6
%0
%25
%2

Triadic Colors of #ebfbbd

#ebfbbd #bdebfb #fbbdeb

Analogous Colors of #ebfbbd

#ebfbbd #ccfbbd #fbecbd

Monochromatic Colors of #ebfbbd

#ebfbbd

Complementary Color

#ebfbbd #cdbdfb

#ebfbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbbd Color CSS Codes

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

#ebfbbd Text Font Color

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

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


#ebfbbd Background Color

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

This div background color is #ebfbbd


#ebfbbd Border Color

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

This div border color is #ebfbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbbd


Comments

No comments written yet.

Please login to write comment.