Color Hex Logo

#74fdac Color Hex

#74FDAC
(116,253,172)
0 Favorites   0 Comments

Color spaces of #74fdac

RGB 116253172
HSL0.400.970.72
HSV145°54°99°
CMYK 0.540.000.32   0.01
XYZ49.774176.942151.2577
Yxy76.94210.27970.4323
Hunter Lab87.7166-52.215826.7552
CIE-Lab90.2950-55.149427.6839

#74fdac color RGB value is (116,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11111101 10101100
Octal 164 375 254
Decimal 116 253 172
Hex 74 FD AC

RGB Percentages of Color #74fdac

%21.44
%46.77
%31.79

CMYK Percentages of Color #74fdac

%54
%0
%32
%1

Triadic Colors of #74fdac

#74fdac #ac74fd #fdac74

Analogous Colors of #74fdac

#74fdac #74fdf1 #81fd74

Monochromatic Colors of #74fdac

#74fdac

Complementary Color

#74fdac #fd74c5

#74fdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74fdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#74fdac Color CSS Codes

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

#74fdac Text Font Color

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

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


#74fdac Background Color

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

This div background color is #74fdac


#74fdac Border Color

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

This div border color is #74fdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74fdac


Comments

No comments written yet.

Please login to write comment.