Color Hex Logo

#74ffaf Color Hex

#74FFAF
(116,255,175)
0 Favorites   0 Comments

Color spaces of #74ffaf

RGB 116255175
HSL0.401.000.73
HSV145°55°100°
CMYK 0.550.000.31   0.00
XYZ50.700378.328153.0041
Yxy78.32810.27850.4303
Hunter Lab88.5032-52.624326.4437
CIE-Lab90.9294-55.399727.0305

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111111 10101111
Octal 164 377 257
Decimal 116 255 175
Hex 74 FF AF

RGB Percentages of Color #74ffaf

%21.25
%46.70
%32.05

CMYK Percentages of Color #74ffaf

%55
%0
%31
%0

Triadic Colors of #74ffaf

#74ffaf #af74ff #ffaf74

Analogous Colors of #74ffaf

#74ffaf #74fff5 #7fff74

Monochromatic Colors of #74ffaf

#74ffaf

Complementary Color

#74ffaf #ff74c4

#74ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ffaf Color CSS Codes

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

#74ffaf Text Font Color

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

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


#74ffaf Background Color

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

This div background color is #74ffaf


#74ffaf Border Color

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

This div border color is #74ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ffaf

Related Colors

#74ffaf Color Palettes


Comments

No comments written yet.

Please login to write comment.