Color Hex Logo

#e1ca17 Color Hex

#E1CA17
(225,202,23)
0 Favorites   0 Comments

Color spaces of #e1ca17

RGB 22520223
HSL0.150.810.49
HSV53°90°88°
CMYK 0.000.100.90   0.12
XYZ52.326558.31059.3078
Yxy58.31050.43630.4861
Hunter Lab76.3613-11.315446.2260
CIE-Lab80.9111-7.927478.9848

#e1ca17 color RGB value is (225,202,23).

#e1ca17 hex color red value is 225, green value is 202 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e1ca17 hue: 0.15 , saturation: 0.81 and the lightness value of e1ca17 is 0.49.

The process color (four color CMYK) of #e1ca17 color hex is 0.00, 0.10, 0.90, 0.12. Web safe color of #e1ca17 is #cccc00. Color #e1ca17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001010 00010111
Octal 341 312 27
Decimal 225 202 23
Hex E1 CA 17

RGB Percentages of Color #e1ca17

%50.00
%44.89
%5.11

CMYK Percentages of Color #e1ca17

%0
%10
%90
%12

Triadic Colors of #e1ca17

#e1ca17 #17e1ca #ca17e1

Analogous Colors of #e1ca17

#e1ca17 #93e117 #e16517

Monochromatic Colors of #e1ca17

#e1ca17

Complementary Color

#e1ca17 #172ee1

#e1ca17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ca17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ca17 Color CSS Codes

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

#e1ca17 Text Font Color

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

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


#e1ca17 Background Color

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

This div background color is #e1ca17


#e1ca17 Border Color

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

This div border color is #e1ca17


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,202,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1ca17; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1ca17;
  -webkit-box-shadow: 1px 1px 3px 2px #e1ca17;
  box-shadow:         1px 1px 3px 2px #e1ca17; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,202,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ca17


Comments

No comments written yet.

Please login to write comment.