Color Hex Logo

#4adfad Color Hex

#4ADFAD
(74,223,173)
0 Favorites   0 Comments

Color spaces of #4adfad

RGB 74223173
HSL0.440.700.58
HSV160°67°87°
CMYK 0.670.000.22   0.13
XYZ36.754557.248348.6480
Yxy57.24830.25770.4013
Hunter Lab75.6626-45.699914.8427
CIE-Lab80.3190-50.895013.1706

#4adfad color RGB value is (74,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 10101101
Octal 112 337 255
Decimal 74 223 173
Hex 4A DF AD

RGB Percentages of Color #4adfad

%15.74
%47.45
%36.81

CMYK Percentages of Color #4adfad

%67
%0
%22
%13

Triadic Colors of #4adfad

#4adfad #ad4adf #dfad4a

Analogous Colors of #4adfad

#4adfad #4ac7df #4adf63

Monochromatic Colors of #4adfad

#4adfad

Complementary Color

#4adfad #df4a7c

#4adfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfad Color CSS Codes

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

#4adfad Text Font Color

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

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


#4adfad Background Color

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

This div background color is #4adfad


#4adfad Border Color

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

This div border color is #4adfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,223,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfad


Comments

No comments written yet.

Please login to write comment.