Color Hex Logo

#74caa3 Color Hex

#74CAA3
(116,202,163)
0 Favorites   0 Comments

Color spaces of #74caa3

RGB 116202163
HSL0.420.450.62
HSV153°43°79°
CMYK 0.430.000.19   0.21
XYZ34.933848.598442.1896
Yxy48.59840.27790.3866
Hunter Lab69.7126-32.548512.9169
CIE-Lab75.2008-34.950711.4357

#74caa3 color RGB value is (116,202,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001010 10100011
Octal 164 312 243
Decimal 116 202 163
Hex 74 CA A3

RGB Percentages of Color #74caa3

%24.12
%42.00
%33.89

CMYK Percentages of Color #74caa3

%43
%0
%19
%21

Triadic Colors of #74caa3

#74caa3 #a374ca #caa374

Analogous Colors of #74caa3

#74caa3 #74c6ca #74ca78

Monochromatic Colors of #74caa3

#74caa3

Complementary Color

#74caa3 #ca749b

#74caa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74caa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74caa3 Color CSS Codes

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

#74caa3 Text Font Color

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

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


#74caa3 Background Color

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

This div background color is #74caa3


#74caa3 Border Color

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

This div border color is #74caa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74caa3


Comments

No comments written yet.

Please login to write comment.