Color Hex Logo

#74caaf Color Hex

#74CAAF
(116,202,175)
0 Favorites   0 Comments

Color spaces of #74caaf

RGB 116202175
HSL0.450.450.62
HSV161°43°79°
CMYK 0.430.000.13   0.21
XYZ36.060949.049248.1243
Yxy49.04920.27070.3681
Hunter Lab70.0351-30.65238.2838
CIE-Lab75.4819-32.35135.3813

#74caaf color RGB value is (116,202,175).

#74caaf hex color red value is 116, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #74caaf hue: 0.45 , saturation: 0.45 and the lightness value of 74caaf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001010 10101111
Octal 164 312 257
Decimal 116 202 175
Hex 74 CA AF

RGB Percentages of Color #74caaf

%23.53
%40.97
%35.50

CMYK Percentages of Color #74caaf

%43
%0
%13
%21

Triadic Colors of #74caaf

#74caaf #af74ca #caaf74

Analogous Colors of #74caaf

#74caaf #74baca #74ca84

Monochromatic Colors of #74caaf

#74caaf

Complementary Color

#74caaf #ca748f

#74caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#74caaf Color CSS Codes

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

#74caaf Text Font Color

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

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


#74caaf Background Color

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

This div background color is #74caaf


#74caaf Border Color

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

This div border color is #74caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74caaf


Comments

No comments written yet.

Please login to write comment.