Color Hex Logo

#eebd0d Color Hex

#EEBD0D
(238,189,13)
0 Favorites   0 Comments

Color spaces of #eebd0d

RGB 23818913
HSL0.130.900.49
HSV47°95°93°
CMYK 0.000.210.95   0.07
XYZ53.530154.60148.0986
Yxy54.60140.46060.4698
Hunter Lab73.8928-0.001745.2268
CIE-Lab78.81114.242579.3576

#eebd0d color RGB value is (238,189,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 00001101
Octal 356 275 15
Decimal 238 189 13
Hex EE BD D

RGB Percentages of Color #eebd0d

%54.09
%42.95
%2.95

CMYK Percentages of Color #eebd0d

%0
%21
%95
%7

Triadic Colors of #eebd0d

#eebd0d #0deebd #bd0dee

Analogous Colors of #eebd0d

#eebd0d #afee0d #ee4d0d

Monochromatic Colors of #eebd0d

#eebd0d

Complementary Color

#eebd0d #0d3eee

#eebd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd0d Color CSS Codes

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

#eebd0d Text Font Color

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

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


#eebd0d Background Color

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

This div background color is #eebd0d


#eebd0d Border Color

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

This div border color is #eebd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd0d


Comments

No comments written yet.

Please login to write comment.