Color Hex Logo

#17520a Color Hex

#17520A
(23,82,10)
0 Favorites   0 Comments

Color spaces of #17520a

RGB 238210
HSL0.300.780.18
HSV109°88°32°
CMYK 0.720.000.88   0.68
XYZ3.42546.23871.3108
Yxy6.23870.31210.5685
Hunter Lab24.9774-19.230914.3727
CIE-Lab30.0069-33.149533.4846

#17520a color RGB value is (23,82,10).

#17520a hex color red value is 23, green value is 82 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #17520a hue: 0.30 , saturation: 0.78 and the lightness value of 17520a is 0.18.

The process color (four color CMYK) of #17520a color hex is 0.72, 0.00, 0.88, 0.68. Web safe color of #17520a is #006600. Color #17520a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010010 00001010
Octal 27 122 12
Decimal 23 82 10
Hex 17 52 A

RGB Percentages of Color #17520a

%20.00
%71.30
%8.70

CMYK Percentages of Color #17520a

%72
%0
%88
%68

Triadic Colors of #17520a

#17520a #0a1752 #520a17

Analogous Colors of #17520a

#17520a #0a5221 #3b520a

Monochromatic Colors of #17520a

#17520a

Complementary Color

#17520a #450a52

#17520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#17520a Color CSS Codes

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

#17520a Text Font Color

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

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


#17520a Background Color

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

This div background color is #17520a


#17520a Border Color

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

This div border color is #17520a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,82,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17520a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17520a;
  -webkit-box-shadow: 1px 1px 3px 2px #17520a;
  box-shadow:         1px 1px 3px 2px #17520a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17520a


Comments

No comments written yet.

Please login to write comment.