Color Hex Logo

#ebbebd Color Hex

#EBBEBD
(235,190,189)
0 Favorites   0 Comments

Color spaces of #ebbebd

RGB 235190189
HSL0.000.530.83
HSV20°92°
CMYK 0.000.190.20   0.08
XYZ61.859758.163256.1104
Yxy58.16320.35120.3302
Hunter Lab76.264811.32109.7639
CIE-Lab80.829415.93626.6014

#ebbebd color RGB value is (235,190,189).

#ebbebd hex color red value is 235, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebbebd hue: 0.00 , saturation: 0.53 and the lightness value of ebbebd is 0.83.

The process color (four color CMYK) of #ebbebd color hex is 0.00, 0.19, 0.20, 0.08. Web safe color of #ebbebd is #ffcccc. Color #ebbebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10111101
Octal 353 276 275
Decimal 235 190 189
Hex EB BE BD

RGB Percentages of Color #ebbebd

%38.27
%30.94
%30.78

CMYK Percentages of Color #ebbebd

%0
%19
%20
%8

Triadic Colors of #ebbebd

#ebbebd #bdebbe #bebdeb

Analogous Colors of #ebbebd

#ebbebd #ebd5bd #ebbdd3

Monochromatic Colors of #ebbebd

#ebbebd

Complementary Color

#ebbebd #bdeaeb

#ebbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbebd Color CSS Codes

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

#ebbebd Text Font Color

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

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


#ebbebd Background Color

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

This div background color is #ebbebd


#ebbebd Border Color

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

This div border color is #ebbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbebd


Comments

No comments written yet.

Please login to write comment.