Color Hex Logo

#ebebe0 Color Hex

#EBEBE0
(235,235,224)
0 Favorites   0 Comments

Color spaces of #ebebe0

RGB 235235224
HSL0.170.220.90
HSV60°92°
CMYK 0.000.000.05   0.08
XYZ77.423882.460682.3568
Yxy82.46060.31960.3404
Hunter Lab90.8078-6.72259.7933
CIE-Lab92.7778-1.90725.3221

#ebebe0 color RGB value is (235,235,224).

#ebebe0 hex color red value is 235, green value is 235 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ebebe0 hue: 0.17 , saturation: 0.22 and the lightness value of ebebe0 is 0.90.

The process color (four color CMYK) of #ebebe0 color hex is 0.00, 0.00, 0.05, 0.08. Web safe color of #ebebe0 is #ffffcc. Color #ebebe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11100000
Octal 353 353 340
Decimal 235 235 224
Hex EB EB E0

RGB Percentages of Color #ebebe0

%33.86
%33.86
%32.28

CMYK Percentages of Color #ebebe0

%0
%0
%5
%8

Triadic Colors of #ebebe0

#ebebe0 #e0ebeb #ebe0eb

Analogous Colors of #ebebe0

#ebebe0 #e6ebe0 #ebe6e0

Monochromatic Colors of #ebebe0

#ebebe0

Complementary Color

#ebebe0 #e0e0eb

#ebebe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebe0 Color CSS Codes

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

#ebebe0 Text Font Color

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

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


#ebebe0 Background Color

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

This div background color is #ebebe0


#ebebe0 Border Color

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

This div border color is #ebebe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebe0


Comments

No comments written yet.

Please login to write comment.