Color Hex Logo

#ebe429 Color Hex

#EBE429
(235,228,41)
0 Favorites   0 Comments

Color spaces of #ebe429

RGB 23522841
HSL0.160.830.54
HSV58°83°92°
CMYK 0.000.030.83   0.08
XYZ62.404673.309112.9588
Yxy73.30910.41970.4931
Hunter Lab85.6207-19.736750.9609
CIE-Lab88.5949-16.267281.9580

#ebe429 color RGB value is (235,228,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 00101001
Octal 353 344 51
Decimal 235 228 41
Hex EB E4 29

RGB Percentages of Color #ebe429

%46.63
%45.24
%8.13

CMYK Percentages of Color #ebe429

%0
%3
%83
%8

Triadic Colors of #ebe429

#ebe429 #29ebe4 #e429eb

Analogous Colors of #ebe429

#ebe429 #91eb29 #eb8329

Monochromatic Colors of #ebe429

#ebe429

Complementary Color

#ebe429 #2930eb

#ebe429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe429 Color CSS Codes

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

#ebe429 Text Font Color

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

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


#ebe429 Background Color

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

This div background color is #ebe429


#ebe429 Border Color

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

This div border color is #ebe429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe429


Comments

No comments written yet.

Please login to write comment.