Color Hex Logo

#ebcaa1 Color Hex

#EBCAA1
(235,202,161)
0 Favorites   0 Comments

Color spaces of #ebcaa1

RGB 235202161
HSL0.090.650.78
HSV33°31°92°
CMYK 0.000.140.31   0.08
XYZ61.814562.476442.5194
Yxy62.47640.37060.3745
Hunter Lab79.04201.271723.4353
CIE-Lab83.16615.758724.7901

#ebcaa1 color RGB value is (235,202,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10100001
Octal 353 312 241
Decimal 235 202 161
Hex EB CA A1

RGB Percentages of Color #ebcaa1

%39.30
%33.78
%26.92

CMYK Percentages of Color #ebcaa1

%0
%14
%31
%8

Triadic Colors of #ebcaa1

#ebcaa1 #a1ebca #caa1eb

Analogous Colors of #ebcaa1

#ebcaa1 #e7eba1 #eba5a1

Monochromatic Colors of #ebcaa1

#ebcaa1

Complementary Color

#ebcaa1 #a1c2eb

#ebcaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcaa1 Color CSS Codes

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

#ebcaa1 Text Font Color

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

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


#ebcaa1 Background Color

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

This div background color is #ebcaa1


#ebcaa1 Border Color

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

This div border color is #ebcaa1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,202,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 #ebcaa1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcaa1


Comments

No comments written yet.

Please login to write comment.