Color Hex Logo

#4afcdd Color Hex

#4AFCDD
(74,252,221)
0 Favorites   0 Comments

Color spaces of #4afcdd

RGB 74252221
HSL0.470.970.64
HSV170°71°99°
CMYK 0.710.000.12   0.01
XYZ50.685676.297180.4620
Yxy76.29710.24430.3678
Hunter Lab87.3482-49.28116.5280
CIE-Lab89.9971-51.42031.9362

#4afcdd color RGB value is (74,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 11011101
Octal 112 374 335
Decimal 74 252 221
Hex 4A FC DD

RGB Percentages of Color #4afcdd

%13.53
%46.07
%40.40

CMYK Percentages of Color #4afcdd

%71
%0
%12
%1

Triadic Colors of #4afcdd

#4afcdd #dd4afc #fcdd4a

Analogous Colors of #4afcdd

#4afcdd #4ac2fc #4afc84

Monochromatic Colors of #4afcdd

#4afcdd

Complementary Color

#4afcdd #fc4a69

#4afcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcdd Color CSS Codes

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

#4afcdd Text Font Color

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

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


#4afcdd Background Color

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

This div background color is #4afcdd


#4afcdd Border Color

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

This div border color is #4afcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcdd


Comments

No comments written yet.

Please login to write comment.