Color Hex Logo

#ebb022 Color Hex

#EBB022
(235,176,34)
0 Favorites   0 Comments

Color spaces of #ebb022

RGB 23517634
HSL0.120.830.53
HSV42°86°92°
CMYK 0.000.250.86   0.08
XYZ50.075048.82838.2989
Yxy48.82830.46710.4555
Hunter Lab69.87725.630441.8726
CIE-Lab75.344410.103272.6927

#ebb022 color RGB value is (235,176,34).

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

The process color (four color CMYK) of #ebb022 color hex is 0.00, 0.25, 0.86, 0.08. Web safe color of #ebb022 is #ff9933. Color #ebb022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 00100010
Octal 353 260 42
Decimal 235 176 34
Hex EB B0 22

RGB Percentages of Color #ebb022

%52.81
%39.55
%7.64

CMYK Percentages of Color #ebb022

%0
%25
%86
%8

Triadic Colors of #ebb022

#ebb022 #22ebb0 #b022eb

Analogous Colors of #ebb022

#ebb022 #c2eb22 #eb4c22

Monochromatic Colors of #ebb022

#ebb022

Complementary Color

#ebb022 #225deb

#ebb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb022 Color CSS Codes

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

#ebb022 Text Font Color

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

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


#ebb022 Background Color

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

This div background color is #ebb022


#ebb022 Border Color

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

This div border color is #ebb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb022


Comments

No comments written yet.

Please login to write comment.