Color Hex Logo

#ebbc9d Color Hex

#EBBC9D
(235,188,157)
0 Favorites   0 Comments

Color spaces of #ebbc9d

RGB 235188157
HSL0.070.660.77
HSV24°33°92°
CMYK 0.000.200.33   0.08
XYZ58.330056.062939.6452
Yxy56.06290.37870.3640
Hunter Lab74.87528.025321.0195
CIE-Lab79.649612.618322.0982

#ebbc9d color RGB value is (235,188,157).

#ebbc9d hex color red value is 235, green value is 188 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ebbc9d hue: 0.07 , saturation: 0.66 and the lightness value of ebbc9d is 0.77.

The process color (four color CMYK) of #ebbc9d color hex is 0.00, 0.20, 0.33, 0.08. Web safe color of #ebbc9d is #ffcc99. Color #ebbc9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10011101
Octal 353 274 235
Decimal 235 188 157
Hex EB BC 9D

RGB Percentages of Color #ebbc9d

%40.52
%32.41
%27.07

CMYK Percentages of Color #ebbc9d

%0
%20
%33
%8

Triadic Colors of #ebbc9d

#ebbc9d #9debbc #bc9deb

Analogous Colors of #ebbc9d

#ebbc9d #ebe39d #eb9da5

Monochromatic Colors of #ebbc9d

#ebbc9d

Complementary Color

#ebbc9d #9dcceb

#ebbc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc9d Color CSS Codes

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

#ebbc9d Text Font Color

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

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


#ebbc9d Background Color

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

This div background color is #ebbc9d


#ebbc9d Border Color

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

This div border color is #ebbc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc9d


Comments

No comments written yet.

Please login to write comment.