Color Hex Logo

#a6fcdf Color Hex

#A6FCDF
(166,252,223)
0 Favorites   0 Comments

Color spaces of #a6fcdf

RGB 166252223
HSL0.440.930.82
HSV160°34°99°
CMYK 0.340.000.12   0.01
XYZ63.855683.055582.4778
Yxy83.05550.27840.3621
Hunter Lab91.1348-34.415910.1364
CIE-Lab93.0387-32.07925.6828

#a6fcdf color RGB value is (166,252,223).

#a6fcdf hex color red value is 166, green value is 252 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a6fcdf hue: 0.44 , saturation: 0.93 and the lightness value of a6fcdf is 0.82.

The process color (four color CMYK) of #a6fcdf color hex is 0.34, 0.00, 0.12, 0.01. Web safe color of #a6fcdf is #99ffcc. Color #a6fcdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111100 11011111
Octal 246 374 337
Decimal 166 252 223
Hex A6 FC DF

RGB Percentages of Color #a6fcdf

%25.90
%39.31
%34.79

CMYK Percentages of Color #a6fcdf

%34
%0
%12
%1

Triadic Colors of #a6fcdf

#a6fcdf #dfa6fc #fcdfa6

Analogous Colors of #a6fcdf

#a6fcdf #a6eefc #a6fcb4

Monochromatic Colors of #a6fcdf

#a6fcdf

Complementary Color

#a6fcdf #fca6c3

#a6fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fcdf Color CSS Codes

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

#a6fcdf Text Font Color

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

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


#a6fcdf Background Color

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

This div background color is #a6fcdf


#a6fcdf Border Color

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

This div border color is #a6fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.