Color Hex Logo

#eebe29 Color Hex

#EEBE29
(238,190,41)
0 Favorites   0 Comments

Color spaces of #eebe29

RGB 23819041
HSL0.130.850.55
HSV45°83°93°
CMYK 0.000.200.83   0.07
XYZ54.073655.16419.8956
Yxy55.16410.45390.4630
Hunter Lab74.2725-0.021344.0914
CIE-Lab79.13574.236274.1068

#eebe29 color RGB value is (238,190,41).

#eebe29 hex color red value is 238, green value is 190 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eebe29 hue: 0.13 , saturation: 0.85 and the lightness value of eebe29 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 00101001
Octal 356 276 51
Decimal 238 190 41
Hex EE BE 29

RGB Percentages of Color #eebe29

%50.75
%40.51
%8.74

CMYK Percentages of Color #eebe29

%0
%20
%83
%7

Triadic Colors of #eebe29

#eebe29 #29eebe #be29ee

Analogous Colors of #eebe29

#eebe29 #bcee29 #ee5c29

Monochromatic Colors of #eebe29

#eebe29

Complementary Color

#eebe29 #2959ee

#eebe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebe29 Color CSS Codes

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

#eebe29 Text Font Color

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

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


#eebe29 Background Color

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

This div background color is #eebe29


#eebe29 Border Color

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

This div border color is #eebe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebe29


Comments

No comments written yet.

Please login to write comment.