Color Hex Logo

#eeaf38 Color Hex

#EEAF38
(238,175,56)
0 Favorites   0 Comments

Color spaces of #eeaf38

RGB 23817556
HSL0.110.840.58
HSV39°76°93°
CMYK 0.000.260.76   0.07
XYZ51.303749.122610.5190
Yxy49.12260.46240.4428
Hunter Lab70.08758.007940.1628
CIE-Lab75.527512.590166.0359

#eeaf38 color RGB value is (238,175,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 00111000
Octal 356 257 70
Decimal 238 175 56
Hex EE AF 38

RGB Percentages of Color #eeaf38

%50.75
%37.31
%11.94

CMYK Percentages of Color #eeaf38

%0
%26
%76
%7

Triadic Colors of #eeaf38

#eeaf38 #38eeaf #af38ee

Analogous Colors of #eeaf38

#eeaf38 #d2ee38 #ee5438

Monochromatic Colors of #eeaf38

#eeaf38

Complementary Color

#eeaf38 #3877ee

#eeaf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf38 Color CSS Codes

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

#eeaf38 Text Font Color

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

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


#eeaf38 Background Color

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

This div background color is #eeaf38


#eeaf38 Border Color

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

This div border color is #eeaf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf38


Comments

No comments written yet.

Please login to write comment.