Color Hex Logo

#74bfae Color Hex

#74BFAE
(116,191,174)
0 Favorites   0 Comments

Color spaces of #74bfae

RGB 116191174
HSL0.460.370.60
HSV166°39°75°
CMYK 0.390.000.09   0.25
XYZ33.473244.030646.7789
Yxy44.03060.26930.3543
Hunter Lab66.3556-26.07754.6510
CIE-Lab72.2489-27.29001.2404

#74bfae color RGB value is (116,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111111 10101110
Octal 164 277 256
Decimal 116 191 174
Hex 74 BF AE

RGB Percentages of Color #74bfae

%24.12
%39.71
%36.17

CMYK Percentages of Color #74bfae

%39
%0
%9
%25

Triadic Colors of #74bfae

#74bfae #ae74bf #bfae74

Analogous Colors of #74bfae

#74bfae #74abbf #74bf89

Monochromatic Colors of #74bfae

#74bfae

Complementary Color

#74bfae #bf7485

#74bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bfae Color CSS Codes

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

#74bfae Text Font Color

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

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


#74bfae Background Color

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

This div background color is #74bfae


#74bfae Border Color

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

This div border color is #74bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bfae


Comments

No comments written yet.

Please login to write comment.