Color Hex Logo

#eeaf4f Color Hex

#EEAF4F
(238,175,79)
0 Favorites   0 Comments

Color spaces of #eeaf4f

RGB 23817579
HSL0.100.820.62
HSV36°67°93°
CMYK 0.000.260.67   0.07
XYZ52.001249.401614.1918
Yxy49.40160.44990.4274
Hunter Lab70.28639.062037.2289
CIE-Lab75.700513.681256.7001

#eeaf4f color RGB value is (238,175,79).

#eeaf4f hex color red value is 238, green value is 175 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eeaf4f hue: 0.10 , saturation: 0.82 and the lightness value of eeaf4f is 0.62.

The process color (four color CMYK) of #eeaf4f color hex is 0.00, 0.26, 0.67, 0.07. Web safe color of #eeaf4f is #ff9966. Color #eeaf4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 01001111
Octal 356 257 117
Decimal 238 175 79
Hex EE AF 4F

RGB Percentages of Color #eeaf4f

%48.37
%35.57
%16.06

CMYK Percentages of Color #eeaf4f

%0
%26
%67
%7

Triadic Colors of #eeaf4f

#eeaf4f #4feeaf #af4fee

Analogous Colors of #eeaf4f

#eeaf4f #deee4f #ee604f

Monochromatic Colors of #eeaf4f

#eeaf4f

Complementary Color

#eeaf4f #4f8eee

#eeaf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf4f Color CSS Codes

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

#eeaf4f Text Font Color

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

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


#eeaf4f Background Color

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

This div background color is #eeaf4f


#eeaf4f Border Color

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

This div border color is #eeaf4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,175,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 #eeaf4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf4f


Comments

No comments written yet.

Please login to write comment.