Color Hex Logo

#ebe76d Color Hex

#EBE76D
(235,231,109)
0 Favorites   0 Comments

Color spaces of #ebe76d

RGB 235231109
HSL0.160.760.67
HSV58°54°92°
CMYK 0.000.020.54   0.08
XYZ65.597275.918125.6643
Yxy75.91810.39240.4541
Hunter Lab87.1310-18.094243.5279
CIE-Lab89.8213-14.265358.9071

#ebe76d color RGB value is (235,231,109).

#ebe76d hex color red value is 235, green value is 231 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ebe76d hue: 0.16 , saturation: 0.76 and the lightness value of ebe76d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 01101101
Octal 353 347 155
Decimal 235 231 109
Hex EB E7 6D

RGB Percentages of Color #ebe76d

%40.87
%40.17
%18.96

CMYK Percentages of Color #ebe76d

%0
%2
%54
%8

Triadic Colors of #ebe76d

#ebe76d #6debe7 #e76deb

Analogous Colors of #ebe76d

#ebe76d #b0eb6d #eba86d

Monochromatic Colors of #ebe76d

#ebe76d

Complementary Color

#ebe76d #6d71eb

#ebe76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe76d Color CSS Codes

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

#ebe76d Text Font Color

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

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


#ebe76d Background Color

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

This div background color is #ebe76d


#ebe76d Border Color

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

This div border color is #ebe76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe76d


Comments

No comments written yet.

Please login to write comment.