Color Hex Logo

#eeb025 Color Hex

#EEB025
(238,176,37)
0 Favorites   0 Comments

Color spaces of #eeb025

RGB 23817637
HSL0.120.860.54
HSV41°84°93°
CMYK 0.000.260.84   0.07
XYZ51.119249.36148.5837
Yxy49.36140.46870.4526
Hunter Lab70.25776.925041.9366
CIE-Lab75.675611.463272.3047

#eeb025 color RGB value is (238,176,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 00100101
Octal 356 260 45
Decimal 238 176 37
Hex EE B0 25

RGB Percentages of Color #eeb025

%52.77
%39.02
%8.20

CMYK Percentages of Color #eeb025

%0
%26
%84
%7

Triadic Colors of #eeb025

#eeb025 #25eeb0 #b025ee

Analogous Colors of #eeb025

#eeb025 #c8ee25 #ee4c25

Monochromatic Colors of #eeb025

#eeb025

Complementary Color

#eeb025 #2563ee

#eeb025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb025 Color CSS Codes

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

#eeb025 Text Font Color

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

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


#eeb025 Background Color

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

This div background color is #eeb025


#eeb025 Border Color

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

This div border color is #eeb025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb025


Comments

No comments written yet.

Please login to write comment.