Color Hex Logo

#ebeeb0 Color Hex

#EBEEB0
(235,238,176)
0 Favorites   0 Comments

Color spaces of #ebeeb0

RGB 235238176
HSL0.170.650.81
HSV63°26°93°
CMYK 0.010.000.26   0.07
XYZ72.672081.945853.0612
Yxy81.94580.34990.3946
Hunter Lab90.5239-15.118228.6135
CIE-Lab92.5509-10.684929.7697

#ebeeb0 color RGB value is (235,238,176).

#ebeeb0 hex color red value is 235, green value is 238 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ebeeb0 hue: 0.17 , saturation: 0.65 and the lightness value of ebeeb0 is 0.81.

The process color (four color CMYK) of #ebeeb0 color hex is 0.01, 0.00, 0.26, 0.07. Web safe color of #ebeeb0 is #ffff99. Color #ebeeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 10110000
Octal 353 356 260
Decimal 235 238 176
Hex EB EE B0

RGB Percentages of Color #ebeeb0

%36.21
%36.67
%27.12

CMYK Percentages of Color #ebeeb0

%1
%0
%26
%7

Triadic Colors of #ebeeb0

#ebeeb0 #b0ebee #eeb0eb

Analogous Colors of #ebeeb0

#ebeeb0 #cceeb0 #eed2b0

Monochromatic Colors of #ebeeb0

#ebeeb0

Complementary Color

#ebeeb0 #b3b0ee

#ebeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeeb0 Color CSS Codes

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

#ebeeb0 Text Font Color

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

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


#ebeeb0 Background Color

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

This div background color is #ebeeb0


#ebeeb0 Border Color

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

This div border color is #ebeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeeb0


Comments

No comments written yet.

Please login to write comment.