Color Hex Logo

#ebb225 Color Hex

#EBB225
(235,178,37)
0 Favorites   0 Comments

Color spaces of #ebb225

RGB 23517837
HSL0.120.830.53
HSV43°84°92°
CMYK 0.000.240.84   0.08
XYZ50.515349.63658.6686
Yxy49.63650.46420.4561
Hunter Lab70.45324.692442.0221
CIE-Lab75.84569.122972.3160

#ebb225 color RGB value is (235,178,37).

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

The process color (four color CMYK) of #ebb225 color hex is 0.00, 0.24, 0.84, 0.08. Web safe color of #ebb225 is #ff9933. Color #ebb225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 00100101
Octal 353 262 45
Decimal 235 178 37
Hex EB B2 25

RGB Percentages of Color #ebb225

%52.22
%39.56
%8.22

CMYK Percentages of Color #ebb225

%0
%24
%84
%8

Triadic Colors of #ebb225

#ebb225 #25ebb2 #b225eb

Analogous Colors of #ebb225

#ebb225 #c1eb25 #eb4f25

Monochromatic Colors of #ebb225

#ebb225

Complementary Color

#ebb225 #255eeb

#ebb225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb225 Color CSS Codes

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

#ebb225 Text Font Color

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

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


#ebb225 Background Color

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

This div background color is #ebb225


#ebb225 Border Color

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

This div border color is #ebb225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb225


Comments

No comments written yet.

Please login to write comment.