Color Hex Logo

#ebdabf Color Hex

#EBDABF
(235,218,191)
0 Favorites   0 Comments

Color spaces of #ebdabf

RGB 235218191
HSL0.100.520.84
HSV37°19°92°
CMYK 0.000.070.19   0.08
XYZ68.736371.566659.4811
Yxy71.56660.34410.3582
Hunter Lab84.5970-3.011017.5305
CIE-Lab87.75961.560215.4014

#ebdabf color RGB value is (235,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10111111
Octal 353 332 277
Decimal 235 218 191
Hex EB DA BF

RGB Percentages of Color #ebdabf

%36.49
%33.85
%29.66

CMYK Percentages of Color #ebdabf

%0
%7
%19
%8

Triadic Colors of #ebdabf

#ebdabf #bfebda #dabfeb

Analogous Colors of #ebdabf

#ebdabf #e6ebbf #ebc4bf

Monochromatic Colors of #ebdabf

#ebdabf

Complementary Color

#ebdabf #bfd0eb

#ebdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdabf Color CSS Codes

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

#ebdabf Text Font Color

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

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


#ebdabf Background Color

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

This div background color is #ebdabf


#ebdabf Border Color

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

This div border color is #ebdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdabf


Comments

No comments written yet.

Please login to write comment.