Color Hex Logo

#ebc18a Color Hex

#EBC18A
(235,193,138)
0 Favorites   0 Comments

Color spaces of #ebc18a

RGB 235193138
HSL0.090.710.73
HSV34°41°92°
CMYK 0.000.180.41   0.08
XYZ57.918457.637132.1172
Yxy57.63710.39220.3903
Hunter Lab75.91913.318628.0610
CIE-Lab80.53667.793333.3084

#ebc18a color RGB value is (235,193,138).

#ebc18a hex color red value is 235, green value is 193 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebc18a hue: 0.09 , saturation: 0.71 and the lightness value of ebc18a is 0.73.

The process color (four color CMYK) of #ebc18a color hex is 0.00, 0.18, 0.41, 0.08. Web safe color of #ebc18a is #ffcc99. Color #ebc18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10001010
Octal 353 301 212
Decimal 235 193 138
Hex EB C1 8A

RGB Percentages of Color #ebc18a

%41.52
%34.10
%24.38

CMYK Percentages of Color #ebc18a

%0
%18
%41
%8

Triadic Colors of #ebc18a

#ebc18a #8aebc1 #c18aeb

Analogous Colors of #ebc18a

#ebc18a #e5eb8a #eb918a

Monochromatic Colors of #ebc18a

#ebc18a

Complementary Color

#ebc18a #8ab4eb

#ebc18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc18a Color CSS Codes

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

#ebc18a Text Font Color

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

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


#ebc18a Background Color

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

This div background color is #ebc18a


#ebc18a Border Color

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

This div border color is #ebc18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc18a


Comments

No comments written yet.

Please login to write comment.