Color Hex Logo

#e2cf19 Color Hex

#E2CF19
(226,207,25)
0 Favorites   0 Comments

Color spaces of #e2cf19

RGB 22620725
HSL0.150.800.49
HSV54°89°89°
CMYK 0.000.080.89   0.11
XYZ53.852360.86469.8294
Yxy60.86460.43240.4887
Hunter Lab78.0158-13.313647.1409
CIE-Lab82.3059-9.994479.7737

#e2cf19 color RGB value is (226,207,25).

#e2cf19 hex color red value is 226, green value is 207 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e2cf19 hue: 0.15 , saturation: 0.80 and the lightness value of e2cf19 is 0.49.

The process color (four color CMYK) of #e2cf19 color hex is 0.00, 0.08, 0.89, 0.11. Web safe color of #e2cf19 is #cccc00. Color #e2cf19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 00011001
Octal 342 317 31
Decimal 226 207 25
Hex E2 CF 19

RGB Percentages of Color #e2cf19

%49.34
%45.20
%5.46

CMYK Percentages of Color #e2cf19

%0
%8
%89
%11

Triadic Colors of #e2cf19

#e2cf19 #19e2cf #cf19e2

Analogous Colors of #e2cf19

#e2cf19 #91e219 #e26b19

Monochromatic Colors of #e2cf19

#e2cf19

Complementary Color

#e2cf19 #192ce2

#e2cf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cf19 Color CSS Codes

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

#e2cf19 Text Font Color

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

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


#e2cf19 Background Color

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

This div background color is #e2cf19


#e2cf19 Border Color

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

This div border color is #e2cf19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,207,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2cf19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2cf19;
  -webkit-box-shadow: 1px 1px 3px 2px #e2cf19;
  box-shadow:         1px 1px 3px 2px #e2cf19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,207,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cf19


Comments

No comments written yet.

Please login to write comment.