Color Hex Logo

#72afaf Color Hex

#72AFAF
(114,175,175)
0 Favorites   0 Comments

Color spaces of #72afaf

RGB 114175175
HSL0.500.280.57
HSV180°35°69°
CMYK 0.350.000.00   0.31
XYZ30.007337.332546.1818
Yxy37.33250.26430.3289
Hunter Lab61.1003-19.2615-2.0433
CIE-Lab67.5257-19.5647-6.2582

#72afaf color RGB value is (114,175,175).

#72afaf hex color red value is 114, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #72afaf hue: 0.50 , saturation: 0.28 and the lightness value of 72afaf is 0.57.

The process color (four color CMYK) of #72afaf color hex is 0.35, 0.00, 0.00, 0.31. Web safe color of #72afaf is #669999. Color #72afaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 10101111
Octal 162 257 257
Decimal 114 175 175
Hex 72 AF AF

RGB Percentages of Color #72afaf

%24.57
%37.72
%37.72

CMYK Percentages of Color #72afaf

%35
%0
%0
%31

Triadic Colors of #72afaf

#72afaf #af72af #afaf72

Analogous Colors of #72afaf

#72afaf #7291af #72af91

Monochromatic Colors of #72afaf

#72afaf

Complementary Color

#72afaf #af7272

#72afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afaf Color CSS Codes

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

#72afaf Text Font Color

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

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


#72afaf Background Color

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

This div background color is #72afaf


#72afaf Border Color

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

This div border color is #72afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afaf


Comments

No comments written yet.

Please login to write comment.