Color Hex Logo

#4afcfc Color Hex

#4AFCFC
(74,252,252)
0 Favorites   0 Comments

Color spaces of #4afcfc

RGB 74252252
HSL0.500.970.64
HSV180°71°99°
CMYK 0.710.000.00   0.01
XYZ55.205178.1049104.2616
Yxy78.10490.23240.3288
Hunter Lab88.3770-43.1588-8.0827
CIE-Lab90.8278-43.2907-12.9436

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 11111100
Octal 112 374 374
Decimal 74 252 252
Hex 4A FC FC

RGB Percentages of Color #4afcfc

%12.80
%43.60
%43.60

CMYK Percentages of Color #4afcfc

%71
%0
%0
%1

Triadic Colors of #4afcfc

#4afcfc #fc4afc #fcfc4a

Analogous Colors of #4afcfc

#4afcfc #4aa3fc #4afca3

Monochromatic Colors of #4afcfc

#4afcfc

Complementary Color

#4afcfc #fc4a4a

#4afcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcfc Color CSS Codes

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

#4afcfc Text Font Color

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

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


#4afcfc Background Color

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

This div background color is #4afcfc


#4afcfc Border Color

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

This div border color is #4afcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcfc


Comments

No comments written yet.

Please login to write comment.