Color Hex Logo

#a8cfdd Color Hex

#A8CFDD
(168,207,221)
0 Favorites   0 Comments

Color spaces of #a8cfdd

RGB 168207221
HSL0.540.440.76
HSV196°24°87°
CMYK 0.240.060.00   0.13
XYZ51.512458.170976.9197
Yxy58.17090.27610.3117
Hunter Lab76.2698-12.9139-6.4063
CIE-Lab80.8337-9.7301-11.1693

#a8cfdd color RGB value is (168,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 11011101
Octal 250 317 335
Decimal 168 207 221
Hex A8 CF DD

RGB Percentages of Color #a8cfdd

%28.19
%34.73
%37.08

CMYK Percentages of Color #a8cfdd

%24
%6
%0
%13

Triadic Colors of #a8cfdd

#a8cfdd #dda8cf #cfdda8

Analogous Colors of #a8cfdd

#a8cfdd #a8b5dd #a8ddd1

Monochromatic Colors of #a8cfdd

#a8cfdd

Complementary Color

#a8cfdd #ddb6a8

#a8cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cfdd Color CSS Codes

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

#a8cfdd Text Font Color

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

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


#a8cfdd Background Color

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

This div background color is #a8cfdd


#a8cfdd Border Color

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

This div border color is #a8cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cfdd


Comments

No comments written yet.

Please login to write comment.