Color Hex Logo

#74beac Color Hex

#74BEAC
(116,190,172)
0 Favorites   0 Comments

Color spaces of #74beac

RGB 116190172
HSL0.460.360.60
HSV165°39°75°
CMYK 0.390.000.09   0.25
XYZ33.062343.518545.6871
Yxy43.51850.27040.3559
Hunter Lab65.9686-25.98385.1162
CIE-Lab71.9055-27.26031.8315

#74beac color RGB value is (116,190,172).

#74beac hex color red value is 116, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #74beac hue: 0.46 , saturation: 0.36 and the lightness value of 74beac is 0.60.

The process color (four color CMYK) of #74beac color hex is 0.39, 0.00, 0.09, 0.25. Web safe color of #74beac is #66cc99. Color #74beac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111110 10101100
Octal 164 276 254
Decimal 116 190 172
Hex 74 BE AC

RGB Percentages of Color #74beac

%24.27
%39.75
%35.98

CMYK Percentages of Color #74beac

%39
%0
%9
%25

Triadic Colors of #74beac

#74beac #ac74be #beac74

Analogous Colors of #74beac

#74beac #74abbe #74be87

Monochromatic Colors of #74beac

#74beac

Complementary Color

#74beac #be7486

#74beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#74beac Color CSS Codes

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

#74beac Text Font Color

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

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


#74beac Background Color

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

This div background color is #74beac


#74beac Border Color

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

This div border color is #74beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74beac


Comments

No comments written yet.

Please login to write comment.