Color Hex Logo

#ebdebf Color Hex

#EBDEBF
(235,222,191)
0 Favorites   0 Comments

Color spaces of #ebdebf

RGB 235222191
HSL0.120.520.84
HSV42°19°92°
CMYK 0.000.060.19   0.08
XYZ69.786273.666359.8311
Yxy73.66630.34330.3624
Hunter Lab85.8291-5.065518.7495
CIE-Lab88.7645-0.498016.8140

#ebdebf color RGB value is (235,222,191).

#ebdebf hex color red value is 235, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebdebf hue: 0.12 , saturation: 0.52 and the lightness value of ebdebf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10111111
Octal 353 336 277
Decimal 235 222 191
Hex EB DE BF

RGB Percentages of Color #ebdebf

%36.27
%34.26
%29.48

CMYK Percentages of Color #ebdebf

%0
%6
%19
%8

Triadic Colors of #ebdebf

#ebdebf #bfebde #debfeb

Analogous Colors of #ebdebf

#ebdebf #e2ebbf #ebc8bf

Monochromatic Colors of #ebdebf

#ebdebf

Complementary Color

#ebdebf #bfcceb

#ebdebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdebf Color CSS Codes

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

#ebdebf Text Font Color

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

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


#ebdebf Background Color

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

This div background color is #ebdebf


#ebdebf Border Color

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

This div border color is #ebdebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdebf


Comments

No comments written yet.

Please login to write comment.