Color Hex Logo

#eebe3d Color Hex

#EEBE3D
(238,190,61)
0 Favorites   0 Comments

Color spaces of #eebe3d

RGB 23819061
HSL0.120.840.59
HSV44°74°93°
CMYK 0.000.200.74   0.07
XYZ54.515755.341012.2235
Yxy55.34100.44660.4533
Hunter Lab74.39150.623442.3320
CIE-Lab79.23734.924467.7212

#eebe3d color RGB value is (238,190,61).

#eebe3d hex color red value is 238, green value is 190 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eebe3d hue: 0.12 , saturation: 0.84 and the lightness value of eebe3d is 0.59.

The process color (four color CMYK) of #eebe3d color hex is 0.00, 0.20, 0.74, 0.07. Web safe color of #eebe3d is #ffcc33. Color #eebe3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 00111101
Octal 356 276 75
Decimal 238 190 61
Hex EE BE 3D

RGB Percentages of Color #eebe3d

%48.67
%38.85
%12.47

CMYK Percentages of Color #eebe3d

%0
%20
%74
%7

Triadic Colors of #eebe3d

#eebe3d #3deebe #be3dee

Analogous Colors of #eebe3d

#eebe3d #c6ee3d #ee663d

Monochromatic Colors of #eebe3d

#eebe3d

Complementary Color

#eebe3d #3d6dee

#eebe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebe3d Color CSS Codes

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

#eebe3d Text Font Color

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

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


#eebe3d Background Color

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

This div background color is #eebe3d


#eebe3d Border Color

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

This div border color is #eebe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebe3d


Comments

No comments written yet.

Please login to write comment.