Color Hex Logo

#ebe97d Color Hex

#EBE97D
(235,233,125)
0 Favorites   0 Comments

Color spaces of #ebe97d

RGB 235233125
HSL0.160.730.71
HSV59°47°92°
CMYK 0.000.010.47   0.08
XYZ67.101577.420730.8091
Yxy77.42070.38270.4416
Hunter Lab87.9890-17.854640.8321
CIE-Lab90.5149-13.902852.3449

#ebe97d color RGB value is (235,233,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 01111101
Octal 353 351 175
Decimal 235 233 125
Hex EB E9 7D

RGB Percentages of Color #ebe97d

%39.63
%39.29
%21.08

CMYK Percentages of Color #ebe97d

%0
%1
%47
%8

Triadic Colors of #ebe97d

#ebe97d #7debe9 #e97deb

Analogous Colors of #ebe97d

#ebe97d #b6eb7d #ebb27d

Monochromatic Colors of #ebe97d

#ebe97d

Complementary Color

#ebe97d #7d7feb

#ebe97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe97d Color CSS Codes

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

#ebe97d Text Font Color

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

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


#ebe97d Background Color

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

This div background color is #ebe97d


#ebe97d Border Color

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

This div border color is #ebe97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe97d


Comments

No comments written yet.

Please login to write comment.