Color Hex Logo

#eeaf19 Color Hex

#EEAF19
(238,175,25)
0 Favorites   0 Comments

Color spaces of #eeaf19

RGB 23817525
HSL0.120.860.52
HSV42°89°93°
CMYK 0.000.260.89   0.07
XYZ50.765348.90737.6841
Yxy48.90730.47290.4556
Hunter Lab69.93387.190142.4390
CIE-Lab75.393611.738274.9256

#eeaf19 color RGB value is (238,175,25).

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

The process color (four color CMYK) of #eeaf19 color hex is 0.00, 0.26, 0.89, 0.07. Web safe color of #eeaf19 is #ff9900. Color #eeaf19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 00011001
Octal 356 257 31
Decimal 238 175 25
Hex EE AF 19

RGB Percentages of Color #eeaf19

%54.34
%39.95
%5.71

CMYK Percentages of Color #eeaf19

%0
%26
%89
%7

Triadic Colors of #eeaf19

#eeaf19 #19eeaf #af19ee

Analogous Colors of #eeaf19

#eeaf19 #c3ee19 #ee4419

Monochromatic Colors of #eeaf19

#eeaf19

Complementary Color

#eeaf19 #1958ee

#eeaf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf19 Color CSS Codes

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

#eeaf19 Text Font Color

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

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


#eeaf19 Background Color

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

This div background color is #eeaf19


#eeaf19 Border Color

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

This div border color is #eeaf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf19


Comments

No comments written yet.

Please login to write comment.