Color Hex Logo

#ebe95d Color Hex

#EBE95D
(235,233,93)
0 Favorites   0 Comments

Color spaces of #ebe95d

RGB 23523393
HSL0.160.780.64
HSV59°60°92°
CMYK 0.000.010.60   0.08
XYZ65.375676.730321.7207
Yxy76.73030.39910.4684
Hunter Lab87.5958-20.072446.6152
CIE-Lab90.1973-16.384366.2383

#ebe95d color RGB value is (235,233,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 01011101
Octal 353 351 135
Decimal 235 233 93
Hex EB E9 5D

RGB Percentages of Color #ebe95d

%41.89
%41.53
%16.58

CMYK Percentages of Color #ebe95d

%0
%1
%60
%8

Triadic Colors of #ebe95d

#ebe95d #5debe9 #e95deb

Analogous Colors of #ebe95d

#ebe95d #a6eb5d #eba25d

Monochromatic Colors of #ebe95d

#ebe95d

Complementary Color

#ebe95d #5d5feb

#ebe95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe95d Color CSS Codes

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

#ebe95d Text Font Color

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

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


#ebe95d Background Color

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

This div background color is #ebe95d


#ebe95d Border Color

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

This div border color is #ebe95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe95d


Comments

No comments written yet.

Please login to write comment.