Color Hex Logo

#ebdfb9 Color Hex

#EBDFB9
(235,223,185)
0 Favorites   0 Comments

Color spaces of #ebdfb9

RGB 235223185
HSL0.130.560.82
HSV46°21°92°
CMYK 0.000.050.21   0.08
XYZ69.405673.940356.5128
Yxy73.94030.34730.3700
Hunter Lab85.9885-6.403821.2258
CIE-Lab88.8943-1.878720.1239

#ebdfb9 color RGB value is (235,223,185).

#ebdfb9 hex color red value is 235, green value is 223 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ebdfb9 hue: 0.13 , saturation: 0.56 and the lightness value of ebdfb9 is 0.82.

The process color (four color CMYK) of #ebdfb9 color hex is 0.00, 0.05, 0.21, 0.08. Web safe color of #ebdfb9 is #ffcccc. Color #ebdfb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10111001
Octal 353 337 271
Decimal 235 223 185
Hex EB DF B9

RGB Percentages of Color #ebdfb9

%36.55
%34.68
%28.77

CMYK Percentages of Color #ebdfb9

%0
%5
%21
%8

Triadic Colors of #ebdfb9

#ebdfb9 #b9ebdf #dfb9eb

Analogous Colors of #ebdfb9

#ebdfb9 #deebb9 #ebc6b9

Monochromatic Colors of #ebdfb9

#ebdfb9

Complementary Color

#ebdfb9 #b9c5eb

#ebdfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfb9 Color CSS Codes

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

#ebdfb9 Text Font Color

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

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


#ebdfb9 Background Color

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

This div background color is #ebdfb9


#ebdfb9 Border Color

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

This div border color is #ebdfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfb9


Comments

No comments written yet.

Please login to write comment.