Color Hex Logo

#ebdbbf Color Hex

#EBDBBF
(235,219,191)
0 Favorites   0 Comments

Color spaces of #ebdbbf

RGB 235219191
HSL0.110.520.84
HSV38°19°92°
CMYK 0.000.070.19   0.08
XYZ68.996472.086859.5679
Yxy72.08680.34390.3593
Hunter Lab84.9039-3.525517.8354
CIE-Lab88.01041.044615.7543

#ebdbbf color RGB value is (235,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10111111
Octal 353 333 277
Decimal 235 219 191
Hex EB DB BF

RGB Percentages of Color #ebdbbf

%36.43
%33.95
%29.61

CMYK Percentages of Color #ebdbbf

%0
%7
%19
%8

Triadic Colors of #ebdbbf

#ebdbbf #bfebdb #dbbfeb

Analogous Colors of #ebdbbf

#ebdbbf #e5ebbf #ebc5bf

Monochromatic Colors of #ebdbbf

#ebdbbf

Complementary Color

#ebdbbf #bfcfeb

#ebdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbbf Color CSS Codes

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

#ebdbbf Text Font Color

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

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


#ebdbbf Background Color

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

This div background color is #ebdbbf


#ebdbbf Border Color

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

This div border color is #ebdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbbf


Comments

No comments written yet.

Please login to write comment.