Color Hex Logo

#74afaf Color Hex

#74AFAF
(116,175,175)
0 Favorites   0 Comments

Color spaces of #74afaf

RGB 116175175
HSL0.500.270.57
HSV180°34°69°
CMYK 0.340.000.00   0.31
XYZ30.270337.468146.1941
Yxy37.46810.26570.3289
Hunter Lab61.2112-18.8474-1.8964
CIE-Lab67.6267-19.0083-6.0974

#74afaf color RGB value is (116,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 10101111
Octal 164 257 257
Decimal 116 175 175
Hex 74 AF AF

RGB Percentages of Color #74afaf

%24.89
%37.55
%37.55

CMYK Percentages of Color #74afaf

%34
%0
%0
%31

Triadic Colors of #74afaf

#74afaf #af74af #afaf74

Analogous Colors of #74afaf

#74afaf #7492af #74af92

Monochromatic Colors of #74afaf

#74afaf

Complementary Color

#74afaf #af7474

#74afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afaf Color CSS Codes

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

#74afaf Text Font Color

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

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


#74afaf Background Color

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

This div background color is #74afaf


#74afaf Border Color

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

This div border color is #74afaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #74afaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afaf

#74afaf Color Palettes


Comments

No comments written yet.

Please login to write comment.