Color Hex Logo

#eebd2e Color Hex

#EEBD2E
(238,189,46)
0 Favorites   0 Comments

Color spaces of #eebd2e

RGB 23818946
HSL0.120.850.56
HSV45°81°93°
CMYK 0.000.210.81   0.07
XYZ53.950654.769610.3129
Yxy54.76960.45320.4601
Hunter Lab74.00650.614843.5424
CIE-Lab78.90844.901772.4683

#eebd2e color RGB value is (238,189,46).

#eebd2e hex color red value is 238, green value is 189 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eebd2e hue: 0.12 , saturation: 0.85 and the lightness value of eebd2e is 0.56.

The process color (four color CMYK) of #eebd2e color hex is 0.00, 0.21, 0.81, 0.07. Web safe color of #eebd2e is #ffcc33. Color #eebd2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 00101110
Octal 356 275 56
Decimal 238 189 46
Hex EE BD 2E

RGB Percentages of Color #eebd2e

%50.32
%39.96
%9.73

CMYK Percentages of Color #eebd2e

%0
%21
%81
%7

Triadic Colors of #eebd2e

#eebd2e #2eeebd #bd2eee

Analogous Colors of #eebd2e

#eebd2e #bfee2e #ee5d2e

Monochromatic Colors of #eebd2e

#eebd2e

Complementary Color

#eebd2e #2e5fee

#eebd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd2e Color CSS Codes

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

#eebd2e Text Font Color

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

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


#eebd2e Background Color

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

This div background color is #eebd2e


#eebd2e Border Color

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

This div border color is #eebd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd2e


Comments

No comments written yet.

Please login to write comment.