Color Hex Logo

#a6cadf Color Hex

#A6CADF
(166,202,223)
0 Favorites   0 Comments

Color spaces of #a6cadf

RGB 166202223
HSL0.560.470.76
HSV202°26°87°
CMYK 0.260.090.00   0.13
XYZ50.165755.675877.9145
Yxy55.67580.27300.3030
Hunter Lab74.6162-10.5699-9.6795
CIE-Lab79.4289-7.2590-14.3560

#a6cadf color RGB value is (166,202,223).

#a6cadf hex color red value is 166, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a6cadf hue: 0.56 , saturation: 0.47 and the lightness value of a6cadf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001010 11011111
Octal 246 312 337
Decimal 166 202 223
Hex A6 CA DF

RGB Percentages of Color #a6cadf

%28.09
%34.18
%37.73

CMYK Percentages of Color #a6cadf

%26
%9
%0
%13

Triadic Colors of #a6cadf

#a6cadf #dfa6ca #cadfa6

Analogous Colors of #a6cadf

#a6cadf #a6aedf #a6dfd8

Monochromatic Colors of #a6cadf

#a6cadf

Complementary Color

#a6cadf #dfbba6

#a6cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cadf Color CSS Codes

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

#a6cadf Text Font Color

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

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


#a6cadf Background Color

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

This div background color is #a6cadf


#a6cadf Border Color

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

This div border color is #a6cadf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,202,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6cadf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6cadf;
  -webkit-box-shadow: 1px 1px 3px 2px #a6cadf;
  box-shadow:         1px 1px 3px 2px #a6cadf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,202,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cadf


Comments

No comments written yet.

Please login to write comment.