Color Hex Logo

#eeb348 Color Hex

#EEB348
(238,179,72)
0 Favorites   0 Comments

Color spaces of #eeb348

RGB 23817972
HSL0.110.830.61
HSV39°70°93°
CMYK 0.000.250.70   0.07
XYZ52.549750.885213.1831
Yxy50.88520.45060.4363
Hunter Lab71.33396.661838.9764
CIE-Lab76.609411.196260.7290

#eeb348 color RGB value is (238,179,72).

#eeb348 hex color red value is 238, green value is 179 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eeb348 hue: 0.11 , saturation: 0.83 and the lightness value of eeb348 is 0.61.

The process color (four color CMYK) of #eeb348 color hex is 0.00, 0.25, 0.70, 0.07. Web safe color of #eeb348 is #ffcc33. Color #eeb348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 01001000
Octal 356 263 110
Decimal 238 179 72
Hex EE B3 48

RGB Percentages of Color #eeb348

%48.67
%36.61
%14.72

CMYK Percentages of Color #eeb348

%0
%25
%70
%7

Triadic Colors of #eeb348

#eeb348 #48eeb3 #b348ee

Analogous Colors of #eeb348

#eeb348 #d6ee48 #ee6048

Monochromatic Colors of #eeb348

#eeb348

Complementary Color

#eeb348 #4883ee

#eeb348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb348 Color CSS Codes

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

#eeb348 Text Font Color

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

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


#eeb348 Background Color

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

This div background color is #eeb348


#eeb348 Border Color

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

This div border color is #eeb348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb348


Comments

No comments written yet.

Please login to write comment.