Color Hex Logo

#ebe029 Color Hex

#EBE029
(235,224,41)
0 Favorites   0 Comments

Color spaces of #ebe029

RGB 23522441
HSL0.160.830.54
HSV57°83°92°
CMYK 0.000.050.83   0.08
XYZ61.316871.133612.5962
Yxy71.13360.42270.4904
Hunter Lab84.3407-17.824550.1836
CIE-Lab87.5499-14.302681.0825

#ebe029 color RGB value is (235,224,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 00101001
Octal 353 340 51
Decimal 235 224 41
Hex EB E0 29

RGB Percentages of Color #ebe029

%47.00
%44.80
%8.20

CMYK Percentages of Color #ebe029

%0
%5
%83
%8

Triadic Colors of #ebe029

#ebe029 #29ebe0 #e029eb

Analogous Colors of #ebe029

#ebe029 #95eb29 #eb7f29

Monochromatic Colors of #ebe029

#ebe029

Complementary Color

#ebe029 #2934eb

#ebe029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe029 Color CSS Codes

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

#ebe029 Text Font Color

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

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


#ebe029 Background Color

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

This div background color is #ebe029


#ebe029 Border Color

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

This div border color is #ebe029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe029


Comments

No comments written yet.

Please login to write comment.