Color Hex Logo

#ebc66a Color Hex

#EBC66A
(235,198,106)
0 Favorites   0 Comments

Color spaces of #ebc66a

RGB 235198106
HSL0.120.760.67
HSV43°55°92°
CMYK 0.000.160.55   0.08
XYZ57.056659.090922.0342
Yxy59.09090.41290.4276
Hunter Lab76.8706-2.033336.8145
CIE-Lab81.34152.210750.4101

#ebc66a color RGB value is (235,198,106).

#ebc66a hex color red value is 235, green value is 198 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ebc66a hue: 0.12 , saturation: 0.76 and the lightness value of ebc66a is 0.67.

The process color (four color CMYK) of #ebc66a color hex is 0.00, 0.16, 0.55, 0.08. Web safe color of #ebc66a is #ffcc66. Color #ebc66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 01101010
Octal 353 306 152
Decimal 235 198 106
Hex EB C6 6A

RGB Percentages of Color #ebc66a

%43.60
%36.73
%19.67

CMYK Percentages of Color #ebc66a

%0
%16
%55
%8

Triadic Colors of #ebc66a

#ebc66a #6aebc6 #c66aeb

Analogous Colors of #ebc66a

#ebc66a #d0eb6a #eb866a

Monochromatic Colors of #ebc66a

#ebc66a

Complementary Color

#ebc66a #6a8feb

#ebc66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc66a Color CSS Codes

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

#ebc66a Text Font Color

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

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


#ebc66a Background Color

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

This div background color is #ebc66a


#ebc66a Border Color

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

This div border color is #ebc66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc66a


Comments

No comments written yet.

Please login to write comment.