Color Hex Logo

#74cbac Color Hex

#74CBAC
(116,203,172)
0 Favorites   0 Comments

Color spaces of #74cbac

RGB 116203172
HSL0.440.460.63
HSV159°43°80°
CMYK 0.430.000.15   0.20
XYZ36.004849.403446.6679
Yxy49.40340.27260.3741
Hunter Lab70.2876-31.56669.8353
CIE-Lab75.7016-33.48607.3127

#74cbac color RGB value is (116,203,172).

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

The process color (four color CMYK) of #74cbac color hex is 0.43, 0.00, 0.15, 0.20. Web safe color of #74cbac is #66cc99. Color #74cbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001011 10101100
Octal 164 313 254
Decimal 116 203 172
Hex 74 CB AC

RGB Percentages of Color #74cbac

%23.63
%41.34
%35.03

CMYK Percentages of Color #74cbac

%43
%0
%15
%20

Triadic Colors of #74cbac

#74cbac #ac74cb #cbac74

Analogous Colors of #74cbac

#74cbac #74bfcb #74cb81

Monochromatic Colors of #74cbac

#74cbac

Complementary Color

#74cbac #cb7493

#74cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#74cbac Color CSS Codes

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

#74cbac Text Font Color

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

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


#74cbac Background Color

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

This div background color is #74cbac


#74cbac Border Color

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

This div border color is #74cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74cbac


Comments

No comments written yet.

Please login to write comment.