Color Hex Logo

#4afddb Color Hex

#4AFDDB
(74,253,219)
0 Favorites   0 Comments

Color spaces of #4afddb

RGB 74253219
HSL0.470.980.64
HSV169°71°99°
CMYK 0.710.000.13   0.01
XYZ50.735576.820979.1717
Yxy76.82090.24540.3716
Hunter Lab87.6475-50.05707.7968
CIE-Lab90.2391-52.33043.3252

#4afddb color RGB value is (74,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 11011011
Octal 112 375 333
Decimal 74 253 219
Hex 4A FD DB

RGB Percentages of Color #4afddb

%13.55
%46.34
%40.11

CMYK Percentages of Color #4afddb

%71
%0
%13
%1

Triadic Colors of #4afddb

#4afddb #db4afd #fddb4a

Analogous Colors of #4afddb

#4afddb #4ac6fd #4afd82

Monochromatic Colors of #4afddb

#4afddb

Complementary Color

#4afddb #fd4a6c

#4afddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afddb Color CSS Codes

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

#4afddb Text Font Color

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

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


#4afddb Background Color

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

This div background color is #4afddb


#4afddb Border Color

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

This div border color is #4afddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afddb


Comments

No comments written yet.

Please login to write comment.