Color Hex Logo

#ebcba1 Color Hex

#EBCBA1
(235,203,161)
0 Favorites   0 Comments

Color spaces of #ebcba1

RGB 235203161
HSL0.090.650.78
HSV34°31°92°
CMYK 0.000.140.31   0.08
XYZ62.049962.947242.5979
Yxy62.94720.37020.3756
Hunter Lab79.33930.758123.7042
CIE-Lab83.41465.236925.1286

#ebcba1 color RGB value is (235,203,161).

#ebcba1 hex color red value is 235, green value is 203 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ebcba1 hue: 0.09 , saturation: 0.65 and the lightness value of ebcba1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 10100001
Octal 353 313 241
Decimal 235 203 161
Hex EB CB A1

RGB Percentages of Color #ebcba1

%39.23
%33.89
%26.88

CMYK Percentages of Color #ebcba1

%0
%14
%31
%8

Triadic Colors of #ebcba1

#ebcba1 #a1ebcb #cba1eb

Analogous Colors of #ebcba1

#ebcba1 #e6eba1 #eba6a1

Monochromatic Colors of #ebcba1

#ebcba1

Complementary Color

#ebcba1 #a1c1eb

#ebcba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcba1 Color CSS Codes

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

#ebcba1 Text Font Color

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

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


#ebcba1 Background Color

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

This div background color is #ebcba1


#ebcba1 Border Color

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

This div border color is #ebcba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcba1


Comments

No comments written yet.

Please login to write comment.