Color Hex Logo

#eebe01 Color Hex

#EEBE01
(238,190,1)
0 Favorites   0 Comments

Color spaces of #eebe01

RGB 2381901
HSL0.130.990.47
HSV48°100°93°
CMYK 0.000.201.00   0.07
XYZ53.678855.00627.8168
Yxy55.00620.46080.4721
Hunter Lab74.1662-0.598945.6674
CIE-Lab79.04483.617180.7477

#eebe01 color RGB value is (238,190,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 00000001
Octal 356 276 1
Decimal 238 190 1
Hex EE BE 1

RGB Percentages of Color #eebe01

%55.48
%44.29
%0.23

CMYK Percentages of Color #eebe01

%0
%20
%100
%7

Triadic Colors of #eebe01

#eebe01 #01eebe #be01ee

Analogous Colors of #eebe01

#eebe01 #a8ee01 #ee4701

Monochromatic Colors of #eebe01

#eebe01

Complementary Color

#eebe01 #0131ee

#eebe01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebe01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebe01 Color CSS Codes

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

#eebe01 Text Font Color

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

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


#eebe01 Background Color

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

This div background color is #eebe01


#eebe01 Border Color

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

This div border color is #eebe01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebe01


Comments

No comments written yet.

Please login to write comment.