Color Hex Logo

#ebd44f Color Hex

#EBD44F
(235,212,79)
0 Favorites   0 Comments

Color spaces of #ebd44f

RGB 23521279
HSL0.140.800.62
HSV51°66°92°
CMYK 0.000.100.66   0.08
XYZ59.215765.313616.8829
Yxy65.31360.41870.4619
Hunter Lab80.8168-10.639844.1859
CIE-Lab84.6451-6.774166.0795

#ebd44f color RGB value is (235,212,79).

#ebd44f hex color red value is 235, green value is 212 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebd44f hue: 0.14 , saturation: 0.80 and the lightness value of ebd44f is 0.62.

The process color (four color CMYK) of #ebd44f color hex is 0.00, 0.10, 0.66, 0.08. Web safe color of #ebd44f is #ffcc66. Color #ebd44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 01001111
Octal 353 324 117
Decimal 235 212 79
Hex EB D4 4F

RGB Percentages of Color #ebd44f

%44.68
%40.30
%15.02

CMYK Percentages of Color #ebd44f

%0
%10
%66
%8

Triadic Colors of #ebd44f

#ebd44f #4febd4 #d44feb

Analogous Colors of #ebd44f

#ebd44f #b4eb4f #eb864f

Monochromatic Colors of #ebd44f

#ebd44f

Complementary Color

#ebd44f #4f66eb

#ebd44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd44f Color CSS Codes

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

#ebd44f Text Font Color

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

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


#ebd44f Background Color

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

This div background color is #ebd44f


#ebd44f Border Color

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

This div border color is #ebd44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd44f


Comments

No comments written yet.

Please login to write comment.