Color Hex Logo

#eebd58 Color Hex

#EEBD58
(238,189,88)
0 Favorites   0 Comments

Color spaces of #eebd58

RGB 23818988
HSL0.110.820.64
HSV40°63°93°
CMYK 0.000.210.63   0.07
XYZ55.218955.276916.9917
Yxy55.27690.43310.4336
Hunter Lab74.34842.462938.4937
CIE-Lab79.20056.861556.4620

#eebd58 color RGB value is (238,189,88).

#eebd58 hex color red value is 238, green value is 189 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eebd58 hue: 0.11 , saturation: 0.82 and the lightness value of eebd58 is 0.64.

The process color (four color CMYK) of #eebd58 color hex is 0.00, 0.21, 0.63, 0.07. Web safe color of #eebd58 is #ffcc66. Color #eebd58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 01011000
Octal 356 275 130
Decimal 238 189 88
Hex EE BD 58

RGB Percentages of Color #eebd58

%46.21
%36.70
%17.09

CMYK Percentages of Color #eebd58

%0
%21
%63
%7

Triadic Colors of #eebd58

#eebd58 #58eebd #bd58ee

Analogous Colors of #eebd58

#eebd58 #d4ee58 #ee7258

Monochromatic Colors of #eebd58

#eebd58

Complementary Color

#eebd58 #5889ee

#eebd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd58 Color CSS Codes

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

#eebd58 Text Font Color

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

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


#eebd58 Background Color

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

This div background color is #eebd58


#eebd58 Border Color

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

This div border color is #eebd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd58


Comments

No comments written yet.

Please login to write comment.