Color Hex Logo

#ebd429 Color Hex

#EBD429
(235,212,41)
0 Favorites   0 Comments

Color spaces of #ebd429

RGB 23521241
HSL0.150.830.54
HSV53°83°92°
CMYK 0.000.100.83   0.08
XYZ58.204764.909211.5588
Yxy64.90920.43220.4820
Hunter Lab80.5662-12.034547.8901
CIE-Lab84.4369-8.321178.4676

#ebd429 color RGB value is (235,212,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00101001
Octal 353 324 51
Decimal 235 212 41
Hex EB D4 29

RGB Percentages of Color #ebd429

%48.16
%43.44
%8.40

CMYK Percentages of Color #ebd429

%0
%10
%83
%8

Triadic Colors of #ebd429

#ebd429 #29ebd4 #d429eb

Analogous Colors of #ebd429

#ebd429 #a1eb29 #eb7329

Monochromatic Colors of #ebd429

#ebd429

Complementary Color

#ebd429 #2940eb

#ebd429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd429 Color CSS Codes

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

#ebd429 Text Font Color

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

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


#ebd429 Background Color

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

This div background color is #ebd429


#ebd429 Border Color

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

This div border color is #ebd429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd429


Comments

No comments written yet.

Please login to write comment.