Color Hex Logo

#eebd05 Color Hex

#EEBD05
(238,189,5)
0 Favorites   0 Comments

Color spaces of #eebd05

RGB 2381895
HSL0.130.960.48
HSV47°98°93°
CMYK 0.000.210.98   0.07
XYZ53.484954.58337.8603
Yxy54.58330.46140.4708
Hunter Lab73.8805-0.068045.4084
CIE-Lab78.80064.171480.1728

#eebd05 color RGB value is (238,189,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 00000101
Octal 356 275 5
Decimal 238 189 5
Hex EE BD 5

RGB Percentages of Color #eebd05

%55.09
%43.75
%1.16

CMYK Percentages of Color #eebd05

%0
%21
%98
%7

Triadic Colors of #eebd05

#eebd05 #05eebd #bd05ee

Analogous Colors of #eebd05

#eebd05 #abee05 #ee4905

Monochromatic Colors of #eebd05

#eebd05

Complementary Color

#eebd05 #0536ee

#eebd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd05 Color CSS Codes

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

#eebd05 Text Font Color

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

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


#eebd05 Background Color

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

This div background color is #eebd05


#eebd05 Border Color

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

This div border color is #eebd05


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,189,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 #eebd05">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd05


Comments

No comments written yet.

Please login to write comment.