Color Hex Logo

#a4fcdc Color Hex

#A4FCDC
(164,252,220)
0 Favorites   0 Comments

Color spaces of #a4fcdc

RGB 164252220
HSL0.440.940.82
HSV158°35°99°
CMYK 0.350.000.13   0.01
XYZ63.038582.680680.3466
Yxy82.68060.27890.3657
Hunter Lab90.9289-35.376411.2604
CIE-Lab92.8744-33.24686.9836

#a4fcdc color RGB value is (164,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111100 11011100
Octal 244 374 334
Decimal 164 252 220
Hex A4 FC DC

RGB Percentages of Color #a4fcdc

%25.79
%39.62
%34.59

CMYK Percentages of Color #a4fcdc

%35
%0
%13
%1

Triadic Colors of #a4fcdc

#a4fcdc #dca4fc #fcdca4

Analogous Colors of #a4fcdc

#a4fcdc #a4f0fc #a4fcb0

Monochromatic Colors of #a4fcdc

#a4fcdc

Complementary Color

#a4fcdc #fca4c4

#a4fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fcdc Color CSS Codes

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

#a4fcdc Text Font Color

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

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


#a4fcdc Background Color

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

This div background color is #a4fcdc


#a4fcdc Border Color

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

This div border color is #a4fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fcdc


Comments

No comments written yet.

Please login to write comment.