Color Hex Logo

#ebd225 Color Hex

#EBD225
(235,210,37)
0 Favorites   0 Comments

Color spaces of #ebd225

RGB 23521037
HSL0.150.830.53
HSV52°84°92°
CMYK 0.000.110.84   0.08
XYZ57.641563.888911.0440
Yxy63.88890.43480.4819
Hunter Lab79.9305-11.154147.7593
CIE-Lab83.9079-7.414878.9828

#ebd225 color RGB value is (235,210,37).

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

The process color (four color CMYK) of #ebd225 color hex is 0.00, 0.11, 0.84, 0.08. Web safe color of #ebd225 is #ffcc33. Color #ebd225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 00100101
Octal 353 322 45
Decimal 235 210 37
Hex EB D2 25

RGB Percentages of Color #ebd225

%48.76
%43.57
%7.68

CMYK Percentages of Color #ebd225

%0
%11
%84
%8

Triadic Colors of #ebd225

#ebd225 #25ebd2 #d225eb

Analogous Colors of #ebd225

#ebd225 #a1eb25 #eb6f25

Monochromatic Colors of #ebd225

#ebd225

Complementary Color

#ebd225 #253eeb

#ebd225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd225 Color CSS Codes

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

#ebd225 Text Font Color

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

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


#ebd225 Background Color

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

This div background color is #ebd225


#ebd225 Border Color

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

This div border color is #ebd225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd225


Comments

No comments written yet.

Please login to write comment.