Color Hex Logo

#a4fcfa Color Hex

#A4FCFA
(164,252,250)
0 Favorites   0 Comments

Color spaces of #a4fcfa

RGB 164252250
HSL0.500.940.82
HSV179°35°99°
CMYK 0.350.000.01   0.01
XYZ67.375684.4154103.1852
Yxy84.41540.26420.3311
Hunter Lab91.8779-29.8891-2.2723
CIE-Lab93.6306-26.7273-7.4304

#a4fcfa color RGB value is (164,252,250).

#a4fcfa hex color red value is 164, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a4fcfa hue: 0.50 , saturation: 0.94 and the lightness value of a4fcfa is 0.82.

The process color (four color CMYK) of #a4fcfa color hex is 0.35, 0.00, 0.01, 0.01. Web safe color of #a4fcfa is #99ffff. Color #a4fcfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111100 11111010
Octal 244 374 372
Decimal 164 252 250
Hex A4 FC FA

RGB Percentages of Color #a4fcfa

%24.62
%37.84
%37.54

CMYK Percentages of Color #a4fcfa

%35
%0
%1
%1

Triadic Colors of #a4fcfa

#a4fcfa #faa4fc #fcfaa4

Analogous Colors of #a4fcfa

#a4fcfa #a4d2fc #a4fcce

Monochromatic Colors of #a4fcfa

#a4fcfa

Complementary Color

#a4fcfa #fca4a6

#a4fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fcfa Color CSS Codes

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

#a4fcfa Text Font Color

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

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


#a4fcfa Background Color

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

This div background color is #a4fcfa


#a4fcfa Border Color

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

This div border color is #a4fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fcfa


Comments

No comments written yet.

Please login to write comment.