Color Hex Logo

#ebf9bb Color Hex

#EBF9BB
(235,249,187)
0 Favorites   0 Comments

Color spaces of #ebf9bb

RGB 235249187
HSL0.200.840.85
HSV74°25°98°
CMYK 0.060.000.25   0.02
XYZ77.106389.001460.1288
Yxy89.00140.34080.3934
Hunter Lab94.3406-19.204628.2494
CIE-Lab95.5810-14.629328.2953

#ebf9bb color RGB value is (235,249,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 10111011
Octal 353 371 273
Decimal 235 249 187
Hex EB F9 BB

RGB Percentages of Color #ebf9bb

%35.02
%37.11
%27.87

CMYK Percentages of Color #ebf9bb

%6
%0
%25
%2

Triadic Colors of #ebf9bb

#ebf9bb #bbebf9 #f9bbeb

Analogous Colors of #ebf9bb

#ebf9bb #ccf9bb #f9e8bb

Monochromatic Colors of #ebf9bb

#ebf9bb

Complementary Color

#ebf9bb #c9bbf9

#ebf9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf9bb Color CSS Codes

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

#ebf9bb Text Font Color

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

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


#ebf9bb Background Color

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

This div background color is #ebf9bb


#ebf9bb Border Color

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

This div border color is #ebf9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf9bb


Comments

No comments written yet.

Please login to write comment.