Color Hex Logo

#4afcdb Color Hex

#4AFCDB
(74,252,219)
0 Favorites   0 Comments

Color spaces of #4afcdb

RGB 74252219
HSL0.470.970.64
HSV169°71°99°
CMYK 0.710.000.13   0.01
XYZ50.420676.191179.0667
Yxy76.19110.24510.3704
Hunter Lab87.2875-49.64477.3952
CIE-Lab89.9480-51.91652.9028

#4afcdb color RGB value is (74,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 11011011
Octal 112 374 333
Decimal 74 252 219
Hex 4A FC DB

RGB Percentages of Color #4afcdb

%13.58
%46.24
%40.18

CMYK Percentages of Color #4afcdb

%71
%0
%13
%1

Triadic Colors of #4afcdb

#4afcdb #db4afc #fcdb4a

Analogous Colors of #4afcdb

#4afcdb #4ac4fc #4afc82

Monochromatic Colors of #4afcdb

#4afcdb

Complementary Color

#4afcdb #fc4a6b

#4afcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcdb Color CSS Codes

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

#4afcdb Text Font Color

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

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


#4afcdb Background Color

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

This div background color is #4afcdb


#4afcdb Border Color

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

This div border color is #4afcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcdb


Comments

No comments written yet.

Please login to write comment.