Color Hex Logo

#74fbab Color Hex

#74FBAB
(116,251,171)
0 Favorites   0 Comments

Color spaces of #74fbab

RGB 116251171
HSL0.400.940.72
HSV144°54°98°
CMYK 0.540.000.32   0.02
XYZ49.050375.647650.5443
Yxy75.64760.27990.4317
Hunter Lab86.9756-51.541526.4276
CIE-Lab89.6955-54.528527.3754

#74fbab color RGB value is (116,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111011 10101011
Octal 164 373 253
Decimal 116 251 171
Hex 74 FB AB

RGB Percentages of Color #74fbab

%21.56
%46.65
%31.78

CMYK Percentages of Color #74fbab

%54
%0
%32
%2

Triadic Colors of #74fbab

#74fbab #ab74fb #fbab74

Analogous Colors of #74fbab

#74fbab #74fbef #81fb74

Monochromatic Colors of #74fbab

#74fbab

Complementary Color

#74fbab #fb74c4

#74fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fbab Color CSS Codes

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

#74fbab Text Font Color

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

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


#74fbab Background Color

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

This div background color is #74fbab


#74fbab Border Color

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

This div border color is #74fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fbab


Comments

No comments written yet.

Please login to write comment.