Color Hex Logo

#ebe52d Color Hex

#EBE52D
(235,229,45)
0 Favorites   0 Comments

Color spaces of #ebe52d

RGB 23522945
HSL0.160.830.55
HSV58°81°92°
CMYK 0.000.030.81   0.08
XYZ62.753973.890313.4374
Yxy73.89030.41810.4923
Hunter Lab85.9595-20.116850.9033
CIE-Lab88.8706-16.646281.2368

#ebe52d color RGB value is (235,229,45).

#ebe52d hex color red value is 235, green value is 229 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ebe52d hue: 0.16 , saturation: 0.83 and the lightness value of ebe52d is 0.55.

The process color (four color CMYK) of #ebe52d color hex is 0.00, 0.03, 0.81, 0.08. Web safe color of #ebe52d is #ffcc33. Color #ebe52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 00101101
Octal 353 345 55
Decimal 235 229 45
Hex EB E5 2D

RGB Percentages of Color #ebe52d

%46.17
%44.99
%8.84

CMYK Percentages of Color #ebe52d

%0
%3
%81
%8

Triadic Colors of #ebe52d

#ebe52d #2debe5 #e52deb

Analogous Colors of #ebe52d

#ebe52d #92eb2d #eb862d

Monochromatic Colors of #ebe52d

#ebe52d

Complementary Color

#ebe52d #2d33eb

#ebe52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe52d Color CSS Codes

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

#ebe52d Text Font Color

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

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


#ebe52d Background Color

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

This div background color is #ebe52d


#ebe52d Border Color

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

This div border color is #ebe52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe52d


Comments

No comments written yet.

Please login to write comment.