Color Hex Logo

#eeb832 Color Hex

#EEB832
(238,184,50)
0 Favorites   0 Comments

Color spaces of #eeb832

RGB 23818450
HSL0.120.850.56
HSV43°79°93°
CMYK 0.000.230.79   0.07
XYZ52.976152.688410.3954
Yxy52.68840.45650.4540
Hunter Lab72.58683.248042.3196
CIE-Lab77.69077.642670.1263

#eeb832 color RGB value is (238,184,50).

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

The process color (four color CMYK) of #eeb832 color hex is 0.00, 0.23, 0.79, 0.07. Web safe color of #eeb832 is #ffcc33. Color #eeb832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 00110010
Octal 356 270 62
Decimal 238 184 50
Hex EE B8 32

RGB Percentages of Color #eeb832

%50.42
%38.98
%10.59

CMYK Percentages of Color #eeb832

%0
%23
%79
%7

Triadic Colors of #eeb832

#eeb832 #32eeb8 #b832ee

Analogous Colors of #eeb832

#eeb832 #c6ee32 #ee5a32

Monochromatic Colors of #eeb832

#eeb832

Complementary Color

#eeb832 #3268ee

#eeb832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb832 Color CSS Codes

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

#eeb832 Text Font Color

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

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


#eeb832 Background Color

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

This div background color is #eeb832


#eeb832 Border Color

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

This div border color is #eeb832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb832


Comments

No comments written yet.

Please login to write comment.