Color Hex Logo

#eeb802 Color Hex

#EEB802
(238,184,2)
0 Favorites   0 Comments

Color spaces of #eeb802

RGB 2381842
HSL0.130.980.47
HSV46°99°93°
CMYK 0.000.230.99   0.07
XYZ52.411352.46257.4213
Yxy52.46250.46670.4672
Hunter Lab72.43102.408944.6268
CIE-Lab77.55666.753079.6080

#eeb802 color RGB value is (238,184,2).

#eeb802 hex color red value is 238, green value is 184 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #eeb802 hue: 0.13 , saturation: 0.98 and the lightness value of eeb802 is 0.47.

The process color (four color CMYK) of #eeb802 color hex is 0.00, 0.23, 0.99, 0.07. Web safe color of #eeb802 is #ffcc00. Color #eeb802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 00000010
Octal 356 270 2
Decimal 238 184 2
Hex EE B8 2

RGB Percentages of Color #eeb802

%56.13
%43.40
%0.47

CMYK Percentages of Color #eeb802

%0
%23
%99
%7

Triadic Colors of #eeb802

#eeb802 #02eeb8 #b802ee

Analogous Colors of #eeb802

#eeb802 #aeee02 #ee4202

Monochromatic Colors of #eeb802

#eeb802

Complementary Color

#eeb802 #0238ee

#eeb802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb802 Color CSS Codes

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

#eeb802 Text Font Color

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

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


#eeb802 Background Color

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

This div background color is #eeb802


#eeb802 Border Color

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

This div border color is #eeb802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb802


Comments

No comments written yet.

Please login to write comment.