Color Hex Logo

#ebe03d Color Hex

#EBE03D
(235,224,61)
0 Favorites   0 Comments

Color spaces of #ebe03d

RGB 23522461
HSL0.160.810.58
HSV56°74°92°
CMYK 0.000.050.74   0.08
XYZ61.758971.310414.9241
Yxy71.31040.41730.4818
Hunter Lab84.4455-17.234348.6335
CIE-Lab87.6356-13.636275.5629

#ebe03d color RGB value is (235,224,61).

#ebe03d hex color red value is 235, green value is 224 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ebe03d hue: 0.16 , saturation: 0.81 and the lightness value of ebe03d is 0.58.

The process color (four color CMYK) of #ebe03d color hex is 0.00, 0.05, 0.74, 0.08. Web safe color of #ebe03d is #ffcc33. Color #ebe03d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 00111101
Octal 353 340 75
Decimal 235 224 61
Hex EB E0 3D

RGB Percentages of Color #ebe03d

%45.19
%43.08
%11.73

CMYK Percentages of Color #ebe03d

%0
%5
%74
%8

Triadic Colors of #ebe03d

#ebe03d #3debe0 #e03deb

Analogous Colors of #ebe03d

#ebe03d #9feb3d #eb893d

Monochromatic Colors of #ebe03d

#ebe03d

Complementary Color

#ebe03d #3d48eb

#ebe03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe03d Color CSS Codes

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

#ebe03d Text Font Color

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

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


#ebe03d Background Color

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

This div background color is #ebe03d


#ebe03d Border Color

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

This div border color is #ebe03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe03d


Comments

No comments written yet.

Please login to write comment.