Color Hex Logo

#eeaf2e Color Hex

#EEAF2E
(238,175,46)
0 Favorites   0 Comments

Color spaces of #eeaf2e

RGB 23817546
HSL0.110.850.56
HSV40°81°93°
CMYK 0.000.260.81   0.07
XYZ51.083049.03439.3570
Yxy49.03430.46660.4479
Hunter Lab70.02457.673241.0945
CIE-Lab75.472712.242069.4532

#eeaf2e color RGB value is (238,175,46).

#eeaf2e hex color red value is 238, green value is 175 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eeaf2e hue: 0.11 , saturation: 0.85 and the lightness value of eeaf2e is 0.56.

The process color (four color CMYK) of #eeaf2e color hex is 0.00, 0.26, 0.81, 0.07. Web safe color of #eeaf2e is #ff9933. Color #eeaf2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 00101110
Octal 356 257 56
Decimal 238 175 46
Hex EE AF 2E

RGB Percentages of Color #eeaf2e

%51.85
%38.13
%10.02

CMYK Percentages of Color #eeaf2e

%0
%26
%81
%7

Triadic Colors of #eeaf2e

#eeaf2e #2eeeaf #af2eee

Analogous Colors of #eeaf2e

#eeaf2e #cdee2e #ee4f2e

Monochromatic Colors of #eeaf2e

#eeaf2e

Complementary Color

#eeaf2e #2e6dee

#eeaf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf2e Color CSS Codes

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

#eeaf2e Text Font Color

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

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


#eeaf2e Background Color

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

This div background color is #eeaf2e


#eeaf2e Border Color

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

This div border color is #eeaf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf2e


Comments

No comments written yet.

Please login to write comment.