Color Hex Logo

#74ac83 Color Hex

#74AC83
(116,172,131)
0 Favorites   0 Comments

Color spaces of #74ac83

RGB 116172131
HSL0.380.250.56
HSV136°33°67°
CMYK 0.330.000.24   0.33
XYZ26.051734.856726.8277
Yxy34.85670.29690.3973
Hunter Lab59.0396-24.554614.3862
CIE-Lab65.6369-27.093515.3706

#74ac83 color RGB value is (116,172,131).

#74ac83 hex color red value is 116, green value is 172 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #74ac83 hue: 0.38 , saturation: 0.25 and the lightness value of 74ac83 is 0.56.

The process color (four color CMYK) of #74ac83 color hex is 0.33, 0.00, 0.24, 0.33. Web safe color of #74ac83 is #669999. Color #74ac83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10101100 10000011
Octal 164 254 203
Decimal 116 172 131
Hex 74 AC 83

RGB Percentages of Color #74ac83

%27.68
%41.05
%31.26

CMYK Percentages of Color #74ac83

%33
%0
%24
%33

Triadic Colors of #74ac83

#74ac83 #8374ac #ac8374

Analogous Colors of #74ac83

#74ac83 #74ac9f #81ac74

Monochromatic Colors of #74ac83

#74ac83

Complementary Color

#74ac83 #ac749d

#74ac83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ac83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ac83 Color CSS Codes

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

#74ac83 Text Font Color

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

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


#74ac83 Background Color

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

This div background color is #74ac83


#74ac83 Border Color

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

This div border color is #74ac83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ac83


Comments

No comments written yet.

Please login to write comment.