Color Hex Logo

#eebc58 Color Hex

#EEBC58
(238,188,88)
0 Favorites   0 Comments

Color spaces of #eebc58

RGB 23818888
HSL0.110.820.64
HSV40°63°93°
CMYK 0.000.210.63   0.07
XYZ55.004654.848216.9202
Yxy54.84820.43390.4326
Hunter Lab74.05962.969038.2959
CIE-Lab78.95377.384756.1878

#eebc58 color RGB value is (238,188,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 01011000
Octal 356 274 130
Decimal 238 188 88
Hex EE BC 58

RGB Percentages of Color #eebc58

%46.30
%36.58
%17.12

CMYK Percentages of Color #eebc58

%0
%21
%63
%7

Triadic Colors of #eebc58

#eebc58 #58eebc #bc58ee

Analogous Colors of #eebc58

#eebc58 #d5ee58 #ee7158

Monochromatic Colors of #eebc58

#eebc58

Complementary Color

#eebc58 #588aee

#eebc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebc58 Color CSS Codes

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

#eebc58 Text Font Color

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

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


#eebc58 Background Color

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

This div background color is #eebc58


#eebc58 Border Color

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

This div border color is #eebc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebc58


Comments

No comments written yet.

Please login to write comment.