Color Hex Logo

#ebd432 Color Hex

#EBD432
(235,212,50)
0 Favorites   0 Comments

Color spaces of #ebd432

RGB 23521250
HSL0.150.820.56
HSV53°79°92°
CMYK 0.000.100.79   0.08
XYZ58.380264.979412.4829
Yxy64.97940.42980.4783
Hunter Lab80.6098-11.791747.2455
CIE-Lab84.4731-8.050876.0708

#ebd432 color RGB value is (235,212,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00110010
Octal 353 324 62
Decimal 235 212 50
Hex EB D4 32

RGB Percentages of Color #ebd432

%47.28
%42.66
%10.06

CMYK Percentages of Color #ebd432

%0
%10
%79
%8

Triadic Colors of #ebd432

#ebd432 #32ebd4 #d432eb

Analogous Colors of #ebd432

#ebd432 #a6eb32 #eb7832

Monochromatic Colors of #ebd432

#ebd432

Complementary Color

#ebd432 #3249eb

#ebd432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd432 Color CSS Codes

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

#ebd432 Text Font Color

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

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


#ebd432 Background Color

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

This div background color is #ebd432


#ebd432 Border Color

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

This div border color is #ebd432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd432


Comments

No comments written yet.

Please login to write comment.