Color Hex Logo

#eebe16 Color Hex

#EEBE16
(238,190,22)
0 Favorites   0 Comments

Color spaces of #eebe16

RGB 23819022
HSL0.130.860.51
HSV47°91°93°
CMYK 0.000.200.91   0.07
XYZ53.818255.06208.5506
Yxy55.06200.45830.4689
Hunter Lab74.2038-0.394945.1106
CIE-Lab79.07703.836078.2795

#eebe16 color RGB value is (238,190,22).

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

The process color (four color CMYK) of #eebe16 color hex is 0.00, 0.20, 0.91, 0.07. Web safe color of #eebe16 is #ffcc00. Color #eebe16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 00010110
Octal 356 276 26
Decimal 238 190 22
Hex EE BE 16

RGB Percentages of Color #eebe16

%52.89
%42.22
%4.89

CMYK Percentages of Color #eebe16

%0
%20
%91
%7

Triadic Colors of #eebe16

#eebe16 #16eebe #be16ee

Analogous Colors of #eebe16

#eebe16 #b2ee16 #ee5216

Monochromatic Colors of #eebe16

#eebe16

Complementary Color

#eebe16 #1646ee

#eebe16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebe16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebe16 Color CSS Codes

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

#eebe16 Text Font Color

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

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


#eebe16 Background Color

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

This div background color is #eebe16


#eebe16 Border Color

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

This div border color is #eebe16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebe16


Comments

No comments written yet.

Please login to write comment.