Color Hex Logo

#a4fbcd Color Hex

#A4FBCD
(164,251,205)
0 Favorites   0 Comments

Color spaces of #a4fbcd

RGB 164251205
HSL0.410.920.81
HSV148°35°98°
CMYK 0.350.000.18   0.02
XYZ60.826581.294770.2432
Yxy81.29470.28640.3828
Hunter Lab90.1636-37.365916.9238
CIE-Lab92.2627-35.771013.8461

#a4fbcd color RGB value is (164,251,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111011 11001101
Octal 244 373 315
Decimal 164 251 205
Hex A4 FB CD

RGB Percentages of Color #a4fbcd

%26.45
%40.48
%33.06

CMYK Percentages of Color #a4fbcd

%35
%0
%18
%2

Triadic Colors of #a4fbcd

#a4fbcd #cda4fb #fbcda4

Analogous Colors of #a4fbcd

#a4fbcd #a4fbf9 #a7fba4

Monochromatic Colors of #a4fbcd

#a4fbcd

Complementary Color

#a4fbcd #fba4d2

#a4fbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4fbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4fbcd Color CSS Codes

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

#a4fbcd Text Font Color

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

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


#a4fbcd Background Color

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

This div background color is #a4fbcd


#a4fbcd Border Color

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

This div border color is #a4fbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4fbcd


Comments

No comments written yet.

Please login to write comment.