Color Hex Logo

#4afdad Color Hex

#4AFDAD
(74,253,173)
0 Favorites   0 Comments

Color spaces of #4afdad

RGB 74253173
HSL0.430.980.64
HSV153°71°99°
CMYK 0.710.000.32   0.01
XYZ45.492174.723551.5606
Yxy74.72350.26480.4350
Hunter Lab86.4428-57.335925.1452
CIE-Lab89.2633-62.608025.5993

#4afdad color RGB value is (74,253,173).

#4afdad hex color red value is 74, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4afdad hue: 0.43 , saturation: 0.98 and the lightness value of 4afdad is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 10101101
Octal 112 375 255
Decimal 74 253 173
Hex 4A FD AD

RGB Percentages of Color #4afdad

%14.80
%50.60
%34.60

CMYK Percentages of Color #4afdad

%71
%0
%32
%1

Triadic Colors of #4afdad

#4afdad #ad4afd #fdad4a

Analogous Colors of #4afdad

#4afdad #4af4fd #4afd54

Monochromatic Colors of #4afdad

#4afdad

Complementary Color

#4afdad #fd4a9a

#4afdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afdad Color CSS Codes

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

#4afdad Text Font Color

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

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


#4afdad Background Color

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

This div background color is #4afdad


#4afdad Border Color

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

This div border color is #4afdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afdad

Related Colors


Comments

No comments written yet.

Please login to write comment.