Color Hex Logo

#eeab15 Color Hex

#EEAB15
(238,171,21)
0 Favorites   0 Comments

Color spaces of #eeab15

RGB 23817121
HSL0.120.860.51
HSV41°91°93°
CMYK 0.000.280.91   0.07
XYZ49.958247.35717.2172
Yxy47.35710.47790.4530
Hunter Lab68.81659.155541.9534
CIE-Lab74.417613.783774.9519

#eeab15 color RGB value is (238,171,21).

#eeab15 hex color red value is 238, green value is 171 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #eeab15 hue: 0.12 , saturation: 0.86 and the lightness value of eeab15 is 0.51.

The process color (four color CMYK) of #eeab15 color hex is 0.00, 0.28, 0.91, 0.07. Web safe color of #eeab15 is #ff9900. Color #eeab15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 00010101
Octal 356 253 25
Decimal 238 171 21
Hex EE AB 15

RGB Percentages of Color #eeab15

%55.35
%39.77
%4.88

CMYK Percentages of Color #eeab15

%0
%28
%91
%7

Triadic Colors of #eeab15

#eeab15 #15eeab #ab15ee

Analogous Colors of #eeab15

#eeab15 #c5ee15 #ee3e15

Monochromatic Colors of #eeab15

#eeab15

Complementary Color

#eeab15 #1558ee

#eeab15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab15 Color CSS Codes

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

#eeab15 Text Font Color

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

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


#eeab15 Background Color

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

This div background color is #eeab15


#eeab15 Border Color

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

This div border color is #eeab15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab15


Comments

No comments written yet.

Please login to write comment.