Color Hex Logo

#a4fccc Color Hex

#A4FCCC
(164,252,204)
0 Favorites   0 Comments

Color spaces of #a4fccc

RGB 164252204
HSL0.410.940.82
HSV147°35°99°
CMYK 0.350.000.19   0.01
XYZ61.019381.873069.7137
Yxy81.87300.28700.3851
Hunter Lab90.4837-37.971817.6583
CIE-Lab92.5188-36.420114.7230

#a4fccc color RGB value is (164,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111100 11001100
Octal 244 374 314
Decimal 164 252 204
Hex A4 FC CC

RGB Percentages of Color #a4fccc

%26.45
%40.65
%32.90

CMYK Percentages of Color #a4fccc

%35
%0
%19
%1

Triadic Colors of #a4fccc

#a4fccc #cca4fc #fccca4

Analogous Colors of #a4fccc

#a4fccc #a4fcf8 #a8fca4

Monochromatic Colors of #a4fccc

#a4fccc

Complementary Color

#a4fccc #fca4d4

#a4fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fccc Color CSS Codes

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

#a4fccc Text Font Color

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

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


#a4fccc Background Color

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

This div background color is #a4fccc


#a4fccc Border Color

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

This div border color is #a4fccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,252,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 #a4fccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fccc


Comments

No comments written yet.

Please login to write comment.