Color Hex Logo

#eebd1a Color Hex

#EEBD1A
(238,189,26)
0 Favorites   0 Comments

Color spaces of #eebd1a

RGB 23818926
HSL0.130.860.52
HSV46°89°93°
CMYK 0.000.210.89   0.07
XYZ53.643954.64698.6979
Yxy54.64690.45850.4671
Hunter Lab73.92350.165444.7704
CIE-Lab78.83744.421477.3775

#eebd1a color RGB value is (238,189,26).

#eebd1a hex color red value is 238, green value is 189 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eebd1a hue: 0.13 , saturation: 0.86 and the lightness value of eebd1a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 00011010
Octal 356 275 32
Decimal 238 189 26
Hex EE BD 1A

RGB Percentages of Color #eebd1a

%52.54
%41.72
%5.74

CMYK Percentages of Color #eebd1a

%0
%21
%89
%7

Triadic Colors of #eebd1a

#eebd1a #1aeebd #bd1aee

Analogous Colors of #eebd1a

#eebd1a #b5ee1a #ee531a

Monochromatic Colors of #eebd1a

#eebd1a

Complementary Color

#eebd1a #1a4bee

#eebd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd1a Color CSS Codes

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

#eebd1a Text Font Color

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

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


#eebd1a Background Color

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

This div background color is #eebd1a


#eebd1a Border Color

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

This div border color is #eebd1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd1a


Comments

No comments written yet.

Please login to write comment.