Color Hex Logo

#ebca8e Color Hex

#EBCA8E
(235,202,142)
0 Favorites   0 Comments

Color spaces of #ebca8e

RGB 235202142
HSL0.110.700.74
HSV39°40°92°
CMYK 0.000.140.40   0.08
XYZ60.264061.856234.3544
Yxy61.85620.38510.3953
Hunter Lab78.6487-0.860929.1557
CIE-Lab82.83693.525134.2522

#ebca8e color RGB value is (235,202,142).

#ebca8e hex color red value is 235, green value is 202 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ebca8e hue: 0.11 , saturation: 0.70 and the lightness value of ebca8e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10001110
Octal 353 312 216
Decimal 235 202 142
Hex EB CA 8E

RGB Percentages of Color #ebca8e

%40.59
%34.89
%24.53

CMYK Percentages of Color #ebca8e

%0
%14
%40
%8

Triadic Colors of #ebca8e

#ebca8e #8eebca #ca8eeb

Analogous Colors of #ebca8e

#ebca8e #deeb8e #eb9c8e

Monochromatic Colors of #ebca8e

#ebca8e

Complementary Color

#ebca8e #8eafeb

#ebca8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebca8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebca8e Color CSS Codes

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

#ebca8e Text Font Color

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

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


#ebca8e Background Color

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

This div background color is #ebca8e


#ebca8e Border Color

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

This div border color is #ebca8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebca8e


Comments

No comments written yet.

Please login to write comment.