Color Hex Logo

#a3cfdd Color Hex

#A3CFDD
(163,207,221)
1 Favorites   0 Comments

Color spaces of #a3cfdd

RGB 163207221
HSL0.540.460.75
HSV194°26°87°
CMYK 0.260.060.00   0.13
XYZ50.468257.632676.8709
Yxy57.63260.27280.3116
Hunter Lab75.9161-14.1884-6.8944
CIE-Lab80.5341-11.2120-11.6483

#a3cfdd color RGB value is (163,207,221).

#a3cfdd hex color red value is 163, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a3cfdd hue: 0.54 , saturation: 0.46 and the lightness value of a3cfdd is 0.75.

The process color (four color CMYK) of #a3cfdd color hex is 0.26, 0.06, 0.00, 0.13. Web safe color of #a3cfdd is #99cccc. Color #a3cfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001111 11011101
Octal 243 317 335
Decimal 163 207 221
Hex A3 CF DD

RGB Percentages of Color #a3cfdd

%27.58
%35.03
%37.39

CMYK Percentages of Color #a3cfdd

%26
%6
%0
%13

Triadic Colors of #a3cfdd

#a3cfdd #dda3cf #cfdda3

Analogous Colors of #a3cfdd

#a3cfdd #a3b2dd #a3ddce

Monochromatic Colors of #a3cfdd

#a3cfdd

Complementary Color

#a3cfdd #ddb1a3

#a3cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cfdd Color CSS Codes

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

#a3cfdd Text Font Color

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

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


#a3cfdd Background Color

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

This div background color is #a3cfdd


#a3cfdd Border Color

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

This div border color is #a3cfdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,207,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3cfdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3cfdd;
  -webkit-box-shadow: 1px 1px 3px 2px #a3cfdd;
  box-shadow:         1px 1px 3px 2px #a3cfdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,207,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cfdd

#a3cfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.