Color Hex Logo

#e5cb22 Color Hex

#E5CB22
(229,203,34)
0 Favorites   0 Comments

Color spaces of #e5cb22

RGB 22920334
HSL0.140.790.52
HSV52°85°90°
CMYK 0.000.110.85   0.10
XYZ53.957859.485410.1513
Yxy59.48540.43660.4813
Hunter Lab77.1268-10.093546.1851
CIE-Lab81.5577-6.499377.5147

#e5cb22 color RGB value is (229,203,34).

#e5cb22 hex color red value is 229, green value is 203 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e5cb22 hue: 0.14 , saturation: 0.79 and the lightness value of e5cb22 is 0.52.

The process color (four color CMYK) of #e5cb22 color hex is 0.00, 0.11, 0.85, 0.10. Web safe color of #e5cb22 is #cccc33. Color #e5cb22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001011 00100010
Octal 345 313 42
Decimal 229 203 34
Hex E5 CB 22

RGB Percentages of Color #e5cb22

%49.14
%43.56
%7.30

CMYK Percentages of Color #e5cb22

%0
%11
%85
%10

Triadic Colors of #e5cb22

#e5cb22 #22e5cb #cb22e5

Analogous Colors of #e5cb22

#e5cb22 #9ee522 #e56a22

Monochromatic Colors of #e5cb22

#e5cb22

Complementary Color

#e5cb22 #223ce5

#e5cb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cb22 Color CSS Codes

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

#e5cb22 Text Font Color

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

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


#e5cb22 Background Color

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

This div background color is #e5cb22


#e5cb22 Border Color

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

This div border color is #e5cb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cb22


Comments

No comments written yet.

Please login to write comment.