Color Hex Logo

#74bfab Color Hex

#74BFAB
(116,191,171)
0 Favorites   0 Comments

Color spaces of #74bfab

RGB 116191171
HSL0.460.370.60
HSV164°39°75°
CMYK 0.390.000.10   0.25
XYZ33.183943.914945.2555
Yxy43.91490.27120.3589
Hunter Lab66.2683-26.58565.8979
CIE-Lab72.1716-27.97672.7633

#74bfab color RGB value is (116,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111111 10101011
Octal 164 277 253
Decimal 116 191 171
Hex 74 BF AB

RGB Percentages of Color #74bfab

%24.27
%39.96
%35.77

CMYK Percentages of Color #74bfab

%39
%0
%10
%25

Triadic Colors of #74bfab

#74bfab #ab74bf #bfab74

Analogous Colors of #74bfab

#74bfab #74aebf #74bf86

Monochromatic Colors of #74bfab

#74bfab

Complementary Color

#74bfab #bf7488

#74bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#74bfab Color CSS Codes

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

#74bfab Text Font Color

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

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


#74bfab Background Color

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

This div background color is #74bfab


#74bfab Border Color

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

This div border color is #74bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74bfab


Comments

No comments written yet.

Please login to write comment.