Color Hex Logo

#74faab Color Hex

#74FAAB
(116,250,171)
0 Favorites   0 Comments

Color spaces of #74faab

RGB 116250171
HSL0.400.930.72
HSV145°54°98°
CMYK 0.540.000.32   0.02
XYZ48.738875.024550.4405
Yxy75.02450.27980.4307
Hunter Lab86.6167-51.138126.1046
CIE-Lab89.4045-54.124926.9798

#74faab color RGB value is (116,250,171).

#74faab hex color red value is 116, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #74faab hue: 0.40 , saturation: 0.93 and the lightness value of 74faab is 0.72.

The process color (four color CMYK) of #74faab color hex is 0.54, 0.00, 0.32, 0.02. Web safe color of #74faab is #66ff99. Color #74faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111010 10101011
Octal 164 372 253
Decimal 116 250 171
Hex 74 FA AB

RGB Percentages of Color #74faab

%21.60
%46.55
%31.84

CMYK Percentages of Color #74faab

%54
%0
%32
%2

Triadic Colors of #74faab

#74faab #ab74fa #faab74

Analogous Colors of #74faab

#74faab #74faee #80fa74

Monochromatic Colors of #74faab

#74faab

Complementary Color

#74faab #fa74c3

#74faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74faab Color CSS Codes

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

#74faab Text Font Color

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

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


#74faab Background Color

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

This div background color is #74faab


#74faab Border Color

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

This div border color is #74faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74faab


Comments

No comments written yet.

Please login to write comment.