Color Hex Logo

#4afadb Color Hex

#4AFADB
(74,250,219)
0 Favorites   0 Comments

Color spaces of #4afadb

RGB 74250219
HSL0.470.950.64
HSV169°70°98°
CMYK 0.700.000.12   0.02
XYZ49.795874.941578.8585
Yxy74.94150.24460.3681
Hunter Lab86.5688-48.81916.5888
CIE-Lab89.3656-51.08492.0566

#4afadb color RGB value is (74,250,219).

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

The process color (four color CMYK) of #4afadb color hex is 0.70, 0.00, 0.12, 0.02. Web safe color of #4afadb is #33ffcc. Color #4afadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 11011011
Octal 112 372 333
Decimal 74 250 219
Hex 4A FA DB

RGB Percentages of Color #4afadb

%13.63
%46.04
%40.33

CMYK Percentages of Color #4afadb

%70
%0
%12
%2

Triadic Colors of #4afadb

#4afadb #db4afa #fadb4a

Analogous Colors of #4afadb

#4afadb #4ac1fa #4afa83

Monochromatic Colors of #4afadb

#4afadb

Complementary Color

#4afadb #fa4a69

#4afadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afadb Color CSS Codes

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

#4afadb Text Font Color

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

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


#4afadb Background Color

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

This div background color is #4afadb


#4afadb Border Color

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

This div border color is #4afadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afadb

Related Colors


Comments

No comments written yet.

Please login to write comment.