Color Hex Logo

#177072 Color Hex

#177072
(23,112,114)
0 Favorites   0 Comments

Color spaces of #177072

RGB 23112114
HSL0.500.660.27
HSV181°80°45°
CMYK 0.800.020.00   0.55
XYZ9.184812.985417.9419
Yxy12.98540.22900.3237
Hunter Lab36.0353-17.5650-4.2957
CIE-Lab42.7412-23.7490-8.3697

#177072 color RGB value is (23,112,114).

#177072 hex color red value is 23, green value is 112 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #177072 hue: 0.50 , saturation: 0.66 and the lightness value of 177072 is 0.27.

The process color (four color CMYK) of #177072 color hex is 0.80, 0.02, 0.00, 0.55. Web safe color of #177072 is #006666. Color #177072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01110000 01110010
Octal 27 160 162
Decimal 23 112 114
Hex 17 70 72

RGB Percentages of Color #177072

%9.24
%44.98
%45.78

CMYK Percentages of Color #177072

%80
%2
%0
%55

Triadic Colors of #177072

#177072 #721770 #707217

Analogous Colors of #177072

#177072 #174372 #177246

Monochromatic Colors of #177072

#177072

Complementary Color

#177072 #721917

#177072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#177072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#177072 Color CSS Codes

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

#177072 Text Font Color

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

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


#177072 Background Color

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

This div background color is #177072


#177072 Border Color

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

This div border color is #177072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #177072


Comments

No comments written yet.

Please login to write comment.