Color Hex Logo

#a4fbcc Color Hex

#A4FBCC
(164,251,204)
0 Favorites   0 Comments

Color spaces of #a4fbcc

RGB 164251204
HSL0.410.920.81
HSV148°35°98°
CMYK 0.350.000.19   0.02
XYZ60.706181.246569.6093
Yxy81.24650.28690.3840
Hunter Lab90.1368-37.521817.3083
CIE-Lab92.2413-35.963214.3306

#a4fbcc color RGB value is (164,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111011 11001100
Octal 244 373 314
Decimal 164 251 204
Hex A4 FB CC

RGB Percentages of Color #a4fbcc

%26.49
%40.55
%32.96

CMYK Percentages of Color #a4fbcc

%35
%0
%19
%2

Triadic Colors of #a4fbcc

#a4fbcc #cca4fb #fbcca4

Analogous Colors of #a4fbcc

#a4fbcc #a4fbf8 #a8fba4

Monochromatic Colors of #a4fbcc

#a4fbcc

Complementary Color

#a4fbcc #fba4d3

#a4fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fbcc Color CSS Codes

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

#a4fbcc Text Font Color

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

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


#a4fbcc Background Color

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

This div background color is #a4fbcc


#a4fbcc Border Color

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

This div border color is #a4fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fbcc


Comments

No comments written yet.

Please login to write comment.