Color Hex Logo

#4afacc Color Hex

#4AFACC
(74,250,204)
0 Favorites   0 Comments

Color spaces of #4afacc

RGB 74250204
HSL0.460.950.64
HSV164°70°98°
CMYK 0.700.000.18   0.02
XYZ47.908774.186768.9212
Yxy74.18670.25080.3884
Hunter Lab86.1317-51.444112.8493
CIE-Lab89.0106-54.71259.3302

#4afacc color RGB value is (74,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 11001100
Octal 112 372 314
Decimal 74 250 204
Hex 4A FA CC

RGB Percentages of Color #4afacc

%14.02
%47.35
%38.64

CMYK Percentages of Color #4afacc

%70
%0
%18
%2

Triadic Colors of #4afacc

#4afacc #cc4afa #facc4a

Analogous Colors of #4afacc

#4afacc #4ad0fa #4afa74

Monochromatic Colors of #4afacc

#4afacc

Complementary Color

#4afacc #fa4a78

#4afacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afacc Color CSS Codes

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

#4afacc Text Font Color

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

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


#4afacc Background Color

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

This div background color is #4afacc


#4afacc Border Color

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

This div border color is #4afacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afacc


Comments

No comments written yet.

Please login to write comment.