Color Hex Logo

#ebea5d Color Hex

#EBEA5D
(235,234,93)
0 Favorites   0 Comments

Color spaces of #ebea5d

RGB 23523493
HSL0.170.780.64
HSV60°60°92°
CMYK 0.000.000.60   0.08
XYZ65.659677.298121.8153
Yxy77.29810.39850.4691
Hunter Lab87.9193-20.552146.8320
CIE-Lab90.4586-16.872466.5194

#ebea5d color RGB value is (235,234,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 01011101
Octal 353 352 135
Decimal 235 234 93
Hex EB EA 5D

RGB Percentages of Color #ebea5d

%41.81
%41.64
%16.55

CMYK Percentages of Color #ebea5d

%0
%0
%60
%8

Triadic Colors of #ebea5d

#ebea5d #5debea #ea5deb

Analogous Colors of #ebea5d

#ebea5d #a5eb5d #eba35d

Monochromatic Colors of #ebea5d

#ebea5d

Complementary Color

#ebea5d #5d5eeb

#ebea5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebea5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebea5d Color CSS Codes

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

#ebea5d Text Font Color

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

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


#ebea5d Background Color

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

This div background color is #ebea5d


#ebea5d Border Color

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

This div border color is #ebea5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebea5d


Comments

No comments written yet.

Please login to write comment.