Color Hex Logo

#ebe65d Color Hex

#EBE65D
(235,230,93)
0 Favorites   0 Comments

Color spaces of #ebe65d

RGB 23523093
HSL0.160.780.64
HSV58°60°92°
CMYK 0.000.020.60   0.08
XYZ64.533575.046121.4400
Yxy75.04610.40080.4661
Hunter Lab86.6292-18.629345.9666
CIE-Lab89.4146-14.913665.3943

#ebe65d color RGB value is (235,230,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 01011101
Octal 353 346 135
Decimal 235 230 93
Hex EB E6 5D

RGB Percentages of Color #ebe65d

%42.11
%41.22
%16.67

CMYK Percentages of Color #ebe65d

%0
%2
%60
%8

Triadic Colors of #ebe65d

#ebe65d #5debe6 #e65deb

Analogous Colors of #ebe65d

#ebe65d #a9eb5d #eb9f5d

Monochromatic Colors of #ebe65d

#ebe65d

Complementary Color

#ebe65d #5d62eb

#ebe65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe65d Color CSS Codes

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

#ebe65d Text Font Color

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

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


#ebe65d Background Color

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

This div background color is #ebe65d


#ebe65d Border Color

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

This div border color is #ebe65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe65d


Comments

No comments written yet.

Please login to write comment.