Color Hex Logo

#ebdfbb Color Hex

#EBDFBB
(235,223,187)
0 Favorites   0 Comments

Color spaces of #ebdfbb

RGB 235223187
HSL0.130.550.83
HSV45°20°92°
CMYK 0.000.050.20   0.08
XYZ69.618374.025457.6328
Yxy74.02540.34590.3678
Hunter Lab86.0380-6.131920.5110
CIE-Lab88.9345-1.592619.1384

#ebdfbb color RGB value is (235,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10111011
Octal 353 337 273
Decimal 235 223 187
Hex EB DF BB

RGB Percentages of Color #ebdfbb

%36.43
%34.57
%28.99

CMYK Percentages of Color #ebdfbb

%0
%5
%20
%8

Triadic Colors of #ebdfbb

#ebdfbb #bbebdf #dfbbeb

Analogous Colors of #ebdfbb

#ebdfbb #dfebbb #ebc7bb

Monochromatic Colors of #ebdfbb

#ebdfbb

Complementary Color

#ebdfbb #bbc7eb

#ebdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfbb Color CSS Codes

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

#ebdfbb Text Font Color

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

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


#ebdfbb Background Color

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

This div background color is #ebdfbb


#ebdfbb Border Color

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

This div border color is #ebdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfbb

#ebdfbb Color Palettes


Comments

No comments written yet.

Please login to write comment.