Color Hex Logo

#ebd17a Color Hex

#EBD17A
(235,209,122)
0 Favorites   0 Comments

Color spaces of #ebd17a

RGB 235209122
HSL0.130.740.70
HSV46°48°92°
CMYK 0.000.110.48   0.08
XYZ60.574364.668227.7020
Yxy64.66820.39610.4228
Hunter Lab80.4165-6.272635.8673
CIE-Lab84.3125-2.099246.2223

#ebd17a color RGB value is (235,209,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01111010
Octal 353 321 172
Decimal 235 209 122
Hex EB D1 7A

RGB Percentages of Color #ebd17a

%41.52
%36.93
%21.55

CMYK Percentages of Color #ebd17a

%0
%11
%48
%8

Triadic Colors of #ebd17a

#ebd17a #7aebd1 #d17aeb

Analogous Colors of #ebd17a

#ebd17a #cdeb7a #eb997a

Monochromatic Colors of #ebd17a

#ebd17a

Complementary Color

#ebd17a #7a94eb

#ebd17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd17a Color CSS Codes

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

#ebd17a Text Font Color

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

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


#ebd17a Background Color

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

This div background color is #ebd17a


#ebd17a Border Color

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

This div border color is #ebd17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd17a


Comments

No comments written yet.

Please login to write comment.