Color Hex Logo

#a4fccb Color Hex

#A4FCCB
(164,252,203)
0 Favorites   0 Comments

Color spaces of #a4fccb

RGB 164252203
HSL0.410.940.82
HSV147°35°99°
CMYK 0.350.000.19   0.01
XYZ60.899781.825169.0840
Yxy81.82510.28750.3863
Hunter Lab90.4572-38.126318.0391
CIE-Lab92.4976-36.610915.2071

#a4fccb color RGB value is (164,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111100 11001011
Octal 244 374 313
Decimal 164 252 203
Hex A4 FC CB

RGB Percentages of Color #a4fccb

%26.49
%40.71
%32.79

CMYK Percentages of Color #a4fccb

%35
%0
%19
%1

Triadic Colors of #a4fccb

#a4fccb #cba4fc #fccba4

Analogous Colors of #a4fccb

#a4fccb #a4fcf7 #a9fca4

Monochromatic Colors of #a4fccb

#a4fccb

Complementary Color

#a4fccb #fca4d5

#a4fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fccb Color CSS Codes

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

#a4fccb Text Font Color

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

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


#a4fccb Background Color

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

This div background color is #a4fccb


#a4fccb Border Color

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

This div border color is #a4fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fccb

Related Colors


Comments

No comments written yet.

Please login to write comment.