Color Hex Logo

#74afaa Color Hex

#74AFAA
(116,175,170)
0 Favorites   0 Comments

Color spaces of #74afaa

RGB 116175170
HSL0.490.270.57
HSV175°34°69°
CMYK 0.340.000.03   0.31
XYZ29.788137.275243.6550
Yxy37.27520.26900.3367
Hunter Lab61.0534-19.75290.3433
CIE-Lab67.4830-20.2114-3.5398

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101111 10101010
Octal 164 257 252
Decimal 116 175 170
Hex 74 AF AA

RGB Percentages of Color #74afaa

%25.16
%37.96
%36.88

CMYK Percentages of Color #74afaa

%34
%0
%3
%31

Triadic Colors of #74afaa

#74afaa #aa74af #afaa74

Analogous Colors of #74afaa

#74afaa #7497af #74af8d

Monochromatic Colors of #74afaa

#74afaa

Complementary Color

#74afaa #af7479

#74afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74afaa Color CSS Codes

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

#74afaa Text Font Color

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

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


#74afaa Background Color

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

This div background color is #74afaa


#74afaa Border Color

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

This div border color is #74afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74afaa


Comments

No comments written yet.

Please login to write comment.