Color Hex Logo

#ebe45d Color Hex

#EBE45D
(235,228,93)
0 Favorites   0 Comments

Color spaces of #ebe45d

RGB 23522893
HSL0.160.780.64
HSV57°60°92°
CMYK 0.000.030.60   0.08
XYZ63.980173.939321.2555
Yxy73.93930.40190.4645
Hunter Lab85.9880-17.664445.5356
CIE-Lab88.8938-13.928664.8311

#ebe45d color RGB value is (235,228,93).

#ebe45d hex color red value is 235, green value is 228 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ebe45d hue: 0.16 , saturation: 0.78 and the lightness value of ebe45d is 0.64.

The process color (four color CMYK) of #ebe45d color hex is 0.00, 0.03, 0.60, 0.08. Web safe color of #ebe45d is #ffcc66. Color #ebe45d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01011101
Octal 353 344 135
Decimal 235 228 93
Hex EB E4 5D

RGB Percentages of Color #ebe45d

%42.27
%41.01
%16.73

CMYK Percentages of Color #ebe45d

%0
%3
%60
%8

Triadic Colors of #ebe45d

#ebe45d #5debe4 #e45deb

Analogous Colors of #ebe45d

#ebe45d #abeb5d #eb9d5d

Monochromatic Colors of #ebe45d

#ebe45d

Complementary Color

#ebe45d #5d64eb

#ebe45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe45d Color CSS Codes

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

#ebe45d Text Font Color

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

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


#ebe45d Background Color

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

This div background color is #ebe45d


#ebe45d Border Color

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

This div border color is #ebe45d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,228,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebe45d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebe45d;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe45d;
  box-shadow:         1px 1px 3px 2px #ebe45d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,228,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe45d


Comments

No comments written yet.

Please login to write comment.