Color Hex Logo

#ebcb9c Color Hex

#EBCB9C
(235,203,156)
0 Favorites   0 Comments

Color spaces of #ebcb9c

RGB 235203156
HSL0.100.660.77
HSV36°34°92°
CMYK 0.000.140.34   0.08
XYZ61.617662.774340.3215
Yxy62.77430.37410.3811
Hunter Lab79.23020.167125.2876
CIE-Lab83.32354.620027.6250

#ebcb9c color RGB value is (235,203,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 10011100
Octal 353 313 234
Decimal 235 203 156
Hex EB CB 9C

RGB Percentages of Color #ebcb9c

%39.56
%34.18
%26.26

CMYK Percentages of Color #ebcb9c

%0
%14
%34
%8

Triadic Colors of #ebcb9c

#ebcb9c #9cebcb #cb9ceb

Analogous Colors of #ebcb9c

#ebcb9c #e4eb9c #eba49c

Monochromatic Colors of #ebcb9c

#ebcb9c

Complementary Color

#ebcb9c #9cbceb

#ebcb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb9c Color CSS Codes

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

#ebcb9c Text Font Color

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

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


#ebcb9c Background Color

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

This div background color is #ebcb9c


#ebcb9c Border Color

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

This div border color is #ebcb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb9c


Comments

No comments written yet.

Please login to write comment.