Color Hex Logo

#ebeebe Color Hex

#EBEEBE
(235,238,190)
0 Favorites   0 Comments

Color spaces of #ebeebe

RGB 235238190
HSL0.180.590.84
HSV64°20°93°
CMYK 0.010.000.20   0.07
XYZ74.129782.528960.7378
Yxy82.52890.34100.3796
Hunter Lab90.8454-13.323823.9514
CIE-Lab92.8078-8.755322.9618

#ebeebe color RGB value is (235,238,190).

#ebeebe hex color red value is 235, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebeebe hue: 0.18 , saturation: 0.59 and the lightness value of ebeebe is 0.84.

The process color (four color CMYK) of #ebeebe color hex is 0.01, 0.00, 0.20, 0.07. Web safe color of #ebeebe is #ffffcc. Color #ebeebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 10111110
Octal 353 356 276
Decimal 235 238 190
Hex EB EE BE

RGB Percentages of Color #ebeebe

%35.44
%35.90
%28.66

CMYK Percentages of Color #ebeebe

%1
%0
%20
%7

Triadic Colors of #ebeebe

#ebeebe #beebee #eebeeb

Analogous Colors of #ebeebe

#ebeebe #d3eebe #eed9be

Monochromatic Colors of #ebeebe

#ebeebe

Complementary Color

#ebeebe #c1beee

#ebeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeebe Color CSS Codes

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

#ebeebe Text Font Color

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

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


#ebeebe Background Color

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

This div background color is #ebeebe


#ebeebe Border Color

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

This div border color is #ebeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeebe

#ebeebe Color Palettes


Comments

No comments written yet.

Please login to write comment.