Color Hex Logo

#4afcd2 Color Hex

#4AFCD2
(74,252,210)
0 Favorites   0 Comments

Color spaces of #4afcd2

RGB 74252210
HSL0.460.970.64
HSV166°71°99°
CMYK 0.710.000.17   0.01
XYZ49.267375.729872.9934
Yxy75.72980.24880.3825
Hunter Lab87.0229-51.233711.1845
CIE-Lab89.7337-54.10297.2593

#4afcd2 color RGB value is (74,252,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 11010010
Octal 112 374 322
Decimal 74 252 210
Hex 4A FC D2

RGB Percentages of Color #4afcd2

%13.81
%47.01
%39.18

CMYK Percentages of Color #4afcd2

%71
%0
%17
%1

Triadic Colors of #4afcd2

#4afcd2 #d24afc #fcd24a

Analogous Colors of #4afcd2

#4afcd2 #4acdfc #4afc79

Monochromatic Colors of #4afcd2

#4afcd2

Complementary Color

#4afcd2 #fc4a74

#4afcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcd2 Color CSS Codes

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

#4afcd2 Text Font Color

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

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


#4afcd2 Background Color

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

This div background color is #4afcd2


#4afcd2 Border Color

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

This div border color is #4afcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcd2


Comments

No comments written yet.

Please login to write comment.