Color Hex Logo

#74ffab Color Hex

#74FFAB
(116,255,171)
0 Favorites   0 Comments

Color spaces of #74ffab

RGB 116255171
HSL0.401.000.73
HSV144°55°100°
CMYK 0.550.000.33   0.00
XYZ50.313178.173350.9653
Yxy78.17330.28040.4356
Hunter Lab88.4157-53.151727.7145
CIE-Lab90.8589-56.130828.9526

#74ffab color RGB value is (116,255,171).

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

The process color (four color CMYK) of #74ffab color hex is 0.55, 0.00, 0.33, 0.00. Web safe color of #74ffab is #66ff99. Color #74ffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111111 10101011
Octal 164 377 253
Decimal 116 255 171
Hex 74 FF AB

RGB Percentages of Color #74ffab

%21.40
%47.05
%31.55

CMYK Percentages of Color #74ffab

%55
%0
%33
%0

Triadic Colors of #74ffab

#74ffab #ab74ff #ffab74

Analogous Colors of #74ffab

#74ffab #74fff1 #83ff74

Monochromatic Colors of #74ffab

#74ffab

Complementary Color

#74ffab #ff74c8

#74ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ffab Color CSS Codes

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

#74ffab Text Font Color

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

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


#74ffab Background Color

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

This div background color is #74ffab


#74ffab Border Color

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

This div border color is #74ffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ffab


Comments

No comments written yet.

Please login to write comment.