Color Hex Logo

#4adfaf Color Hex

#4ADFAF
(74,223,175)
0 Favorites   0 Comments

Color spaces of #4adfaf

RGB 74223175
HSL0.450.700.58
HSV161°67°87°
CMYK 0.670.000.22   0.13
XYZ36.949657.326349.6751
Yxy57.32630.25670.3982
Hunter Lab75.7141-45.389114.1005
CIE-Lab80.3628-50.440012.1774

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

#4adfaf hex color red value is 74, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4adfaf hue: 0.45 , saturation: 0.70 and the lightness value of 4adfaf is 0.58.

The process color (four color CMYK) of #4adfaf color hex is 0.67, 0.00, 0.22, 0.13. Web safe color of #4adfaf is #33cc99. Color #4adfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 10101111
Octal 112 337 257
Decimal 74 223 175
Hex 4A DF AF

RGB Percentages of Color #4adfaf

%15.68
%47.25
%37.08

CMYK Percentages of Color #4adfaf

%67
%0
%22
%13

Triadic Colors of #4adfaf

#4adfaf #af4adf #dfaf4a

Analogous Colors of #4adfaf

#4adfaf #4ac5df #4adf65

Monochromatic Colors of #4adfaf

#4adfaf

Complementary Color

#4adfaf #df4a7a

#4adfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfaf Color CSS Codes

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

#4adfaf Text Font Color

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

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


#4adfaf Background Color

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

This div background color is #4adfaf


#4adfaf Border Color

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

This div border color is #4adfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfaf


Comments

No comments written yet.

Please login to write comment.