Color Hex Logo

#4afddd Color Hex

#4AFDDD
(74,253,221)
0 Favorites   0 Comments

Color spaces of #4afddd

RGB 74253221
HSL0.470.980.64
HSV169°71°99°
CMYK 0.710.000.13   0.01
XYZ51.000576.926980.5670
Yxy76.92690.24460.3690
Hunter Lab87.7080-49.69476.9328
CIE-Lab90.2880-51.83602.3591

#4afddd color RGB value is (74,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 11011101
Octal 112 375 335
Decimal 74 253 221
Hex 4A FD DD

RGB Percentages of Color #4afddd

%13.50
%46.17
%40.33

CMYK Percentages of Color #4afddd

%71
%0
%13
%1

Triadic Colors of #4afddd

#4afddd #dd4afd #fddd4a

Analogous Colors of #4afddd

#4afddd #4ac4fd #4afd84

Monochromatic Colors of #4afddd

#4afddd

Complementary Color

#4afddd #fd4a6a

#4afddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afddd Color CSS Codes

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

#4afddd Text Font Color

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

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


#4afddd Background Color

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

This div background color is #4afddd


#4afddd Border Color

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

This div border color is #4afddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afddd

Related Colors


Comments

No comments written yet.

Please login to write comment.