Color Hex Logo

#ebcc9a Color Hex

#EBCC9A
(235,204,154)
0 Favorites   0 Comments

Color spaces of #ebcc9a

RGB 235204154
HSL0.100.670.76
HSV37°34°92°
CMYK 0.000.130.34   0.08
XYZ61.686663.181039.5158
Yxy63.18100.37530.3844
Hunter Lab79.4865-0.573926.1652
CIE-Lab83.53753.858928.9571

#ebcc9a color RGB value is (235,204,154).

#ebcc9a hex color red value is 235, green value is 204 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ebcc9a hue: 0.10 , saturation: 0.67 and the lightness value of ebcc9a is 0.76.

The process color (four color CMYK) of #ebcc9a color hex is 0.00, 0.13, 0.34, 0.08. Web safe color of #ebcc9a is #ffcc99. Color #ebcc9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 10011010
Octal 353 314 232
Decimal 235 204 154
Hex EB CC 9A

RGB Percentages of Color #ebcc9a

%39.63
%34.40
%25.97

CMYK Percentages of Color #ebcc9a

%0
%13
%34
%8

Triadic Colors of #ebcc9a

#ebcc9a #9aebcc #cc9aeb

Analogous Colors of #ebcc9a

#ebcc9a #e2eb9a #eba49a

Monochromatic Colors of #ebcc9a

#ebcc9a

Complementary Color

#ebcc9a #9ab9eb

#ebcc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcc9a Color CSS Codes

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

#ebcc9a Text Font Color

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

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


#ebcc9a Background Color

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

This div background color is #ebcc9a


#ebcc9a Border Color

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

This div border color is #ebcc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcc9a


Comments

No comments written yet.

Please login to write comment.