Color Hex Logo

#4aafaf Color Hex

#4AAFAF
(74,175,175)
0 Favorites   0 Comments

Color spaces of #4aafaf

RGB 74175175
HSL0.500.410.49
HSV180°58°69°
CMYK 0.580.000.00   0.31
XYZ25.891935.210945.9892
Yxy35.21090.24180.3288
Hunter Lab59.3388-25.9561-4.4143
CIE-Lab65.9125-28.9468-8.8304

#4aafaf color RGB value is (74,175,175).

#4aafaf hex color red value is 74, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4aafaf hue: 0.50 , saturation: 0.41 and the lightness value of 4aafaf is 0.49.

The process color (four color CMYK) of #4aafaf color hex is 0.58, 0.00, 0.00, 0.31. Web safe color of #4aafaf is #339999. Color #4aafaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 10101111
Octal 112 257 257
Decimal 74 175 175
Hex 4A AF AF

RGB Percentages of Color #4aafaf

%17.45
%41.27
%41.27

CMYK Percentages of Color #4aafaf

%58
%0
%0
%31

Triadic Colors of #4aafaf

#4aafaf #af4aaf #afaf4a

Analogous Colors of #4aafaf

#4aafaf #4a7daf #4aaf7d

Monochromatic Colors of #4aafaf

#4aafaf

Complementary Color

#4aafaf #af4a4a

#4aafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafaf Color CSS Codes

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

#4aafaf Text Font Color

<p style="color:#4aafaf">Text here</p>

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


#4aafaf Background Color

<div style="background-color:#4aafaf">
Div content here</div>

This div background color is #4aafaf


#4aafaf Border Color

<div style="border:3px solid #4aafaf">
Div here</div>

This div border color is #4aafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafaf


Comments

No comments written yet.

Please login to write comment.