Color Hex Logo

#eebf05 Color Hex

#EEBF05
(238,191,5)
0 Favorites   0 Comments

Color spaces of #eebf05

RGB 2381915
HSL0.130.960.48
HSV48°98°93°
CMYK 0.000.200.98   0.07
XYZ53.918155.44978.0047
Yxy55.44970.45940.4724
Hunter Lab74.4646-1.065245.7517
CIE-Lab79.29963.132280.5262

#eebf05 color RGB value is (238,191,5).

#eebf05 hex color red value is 238, green value is 191 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #eebf05 hue: 0.13 , saturation: 0.96 and the lightness value of eebf05 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 00000101
Octal 356 277 5
Decimal 238 191 5
Hex EE BF 5

RGB Percentages of Color #eebf05

%54.84
%44.01
%1.15

CMYK Percentages of Color #eebf05

%0
%20
%98
%7

Triadic Colors of #eebf05

#eebf05 #05eebf #bf05ee

Analogous Colors of #eebf05

#eebf05 #a9ee05 #ee4a05

Monochromatic Colors of #eebf05

#eebf05

Complementary Color

#eebf05 #0534ee

#eebf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebf05 Color CSS Codes

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

#eebf05 Text Font Color

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

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


#eebf05 Background Color

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

This div background color is #eebf05


#eebf05 Border Color

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

This div border color is #eebf05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebf05


Comments

No comments written yet.

Please login to write comment.