Color Hex Logo

#ebdbca Color Hex

#EBDBCA
(235,219,202)
1 Favorites   0 Comments

Color spaces of #ebdbca

RGB 235219202
HSL0.090.450.86
HSV31°14°92°
CMYK 0.000.070.14   0.08
XYZ70.253172.589566.1855
Yxy72.58950.33610.3473
Hunter Lab85.1995-1.913013.5814
CIE-Lab88.25162.716710.3242

#ebdbca color RGB value is (235,219,202).

#ebdbca hex color red value is 235, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebdbca hue: 0.09 , saturation: 0.45 and the lightness value of ebdbca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11001010
Octal 353 333 312
Decimal 235 219 202
Hex EB DB CA

RGB Percentages of Color #ebdbca

%35.82
%33.38
%30.79

CMYK Percentages of Color #ebdbca

%0
%7
%14
%8

Triadic Colors of #ebdbca

#ebdbca #caebdb #dbcaeb

Analogous Colors of #ebdbca

#ebdbca #ebebca #ebcbca

Monochromatic Colors of #ebdbca

#ebdbca

Complementary Color

#ebdbca #cadaeb

#ebdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbca Color CSS Codes

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

#ebdbca Text Font Color

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

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


#ebdbca Background Color

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

This div background color is #ebdbca


#ebdbca Border Color

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

This div border color is #ebdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbca

#ebdbca Color Palettes


Comments

No comments written yet.

Please login to write comment.