Color Hex Logo

#eebd3a Color Hex

#EEBD3A
(238,189,58)
0 Favorites   0 Comments

Color spaces of #eebd3a

RGB 23818958
HSL0.120.840.58
HSV44°76°93°
CMYK 0.000.210.76   0.07
XYZ54.221254.877811.7377
Yxy54.87780.44870.4541
Hunter Lab74.07961.010742.4613
CIE-Lab78.97085.323468.5573

#eebd3a color RGB value is (238,189,58).

#eebd3a hex color red value is 238, green value is 189 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eebd3a hue: 0.12 , saturation: 0.84 and the lightness value of eebd3a is 0.58.

The process color (four color CMYK) of #eebd3a color hex is 0.00, 0.21, 0.76, 0.07. Web safe color of #eebd3a is #ffcc33. Color #eebd3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 00111010
Octal 356 275 72
Decimal 238 189 58
Hex EE BD 3A

RGB Percentages of Color #eebd3a

%49.07
%38.97
%11.96

CMYK Percentages of Color #eebd3a

%0
%21
%76
%7

Triadic Colors of #eebd3a

#eebd3a #3aeebd #bd3aee

Analogous Colors of #eebd3a

#eebd3a #c5ee3a #ee633a

Monochromatic Colors of #eebd3a

#eebd3a

Complementary Color

#eebd3a #3a6bee

#eebd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd3a Color CSS Codes

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

#eebd3a Text Font Color

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

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


#eebd3a Background Color

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

This div background color is #eebd3a


#eebd3a Border Color

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

This div border color is #eebd3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,189,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eebd3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eebd3a;
  -webkit-box-shadow: 1px 1px 3px 2px #eebd3a;
  box-shadow:         1px 1px 3px 2px #eebd3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,189,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd3a


Comments

No comments written yet.

Please login to write comment.