Color Hex Logo

#ebd16a Color Hex

#EBD16A
(235,209,106)
0 Favorites   0 Comments

Color spaces of #ebd16a

RGB 235209106
HSL0.130.760.67
HSV48°55°92°
CMYK 0.000.110.55   0.08
XYZ59.662964.303722.9030
Yxy64.30370.40620.4378
Hunter Lab80.1896-7.523739.1989
CIE-Lab84.1236-3.454253.6835

#ebd16a color RGB value is (235,209,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01101010
Octal 353 321 152
Decimal 235 209 106
Hex EB D1 6A

RGB Percentages of Color #ebd16a

%42.73
%38.00
%19.27

CMYK Percentages of Color #ebd16a

%0
%11
%55
%8

Triadic Colors of #ebd16a

#ebd16a #6aebd1 #d16aeb

Analogous Colors of #ebd16a

#ebd16a #c5eb6a #eb916a

Monochromatic Colors of #ebd16a

#ebd16a

Complementary Color

#ebd16a #6a84eb

#ebd16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd16a Color CSS Codes

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

#ebd16a Text Font Color

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

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


#ebd16a Background Color

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

This div background color is #ebd16a


#ebd16a Border Color

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

This div border color is #ebd16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd16a


Comments

No comments written yet.

Please login to write comment.