Color Hex Logo

#4affad Color Hex

#4AFFAD
(74,255,173)
0 Favorites   0 Comments

Color spaces of #4affad

RGB 74255173
HSL0.421.000.65
HSV153°71°100°
CMYK 0.710.000.32   0.00
XYZ46.126975.993051.7721
Yxy75.99300.26530.4370
Hunter Lab87.1740-58.103625.8098
CIE-Lab89.8561-63.352226.4085

#4affad color RGB value is (74,255,173).

#4affad hex color red value is 74, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4affad hue: 0.42 , saturation: 1.00 and the lightness value of 4affad is 0.65.

The process color (four color CMYK) of #4affad color hex is 0.71, 0.00, 0.32, 0.00. Web safe color of #4affad is #33ff99. Color #4affad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 10101101
Octal 112 377 255
Decimal 74 255 173
Hex 4A FF AD

RGB Percentages of Color #4affad

%14.74
%50.80
%34.46

CMYK Percentages of Color #4affad

%71
%0
%32
%0

Triadic Colors of #4affad

#4affad #ad4aff #ffad4a

Analogous Colors of #4affad

#4affad #4af7ff #4aff53

Monochromatic Colors of #4affad

#4affad

Complementary Color

#4affad #ff4a9c

#4affad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affad Color CSS Codes

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

#4affad Text Font Color

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

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


#4affad Background Color

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

This div background color is #4affad


#4affad Border Color

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

This div border color is #4affad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affad


Comments

No comments written yet.

Please login to write comment.