Color Hex Logo

#a1ccdf Color Hex

#A1CCDF
(161,204,223)
0 Favorites   0 Comments

Color spaces of #a1ccdf

RGB 161204223
HSL0.550.490.75
HSV198°28°87°
CMYK 0.280.090.00   0.13
XYZ49.610156.090578.0239
Yxy56.09050.27000.3053
Hunter Lab74.8936-12.8240-9.3426
CIE-Lab79.6653-9.7750-14.0321

#a1ccdf color RGB value is (161,204,223).

#a1ccdf hex color red value is 161, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a1ccdf hue: 0.55 , saturation: 0.49 and the lightness value of a1ccdf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001100 11011111
Octal 241 314 337
Decimal 161 204 223
Hex A1 CC DF

RGB Percentages of Color #a1ccdf

%27.38
%34.69
%37.93

CMYK Percentages of Color #a1ccdf

%28
%9
%0
%13

Triadic Colors of #a1ccdf

#a1ccdf #dfa1cc #ccdfa1

Analogous Colors of #a1ccdf

#a1ccdf #a1addf #a1dfd3

Monochromatic Colors of #a1ccdf

#a1ccdf

Complementary Color

#a1ccdf #dfb4a1

#a1ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ccdf Color CSS Codes

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

#a1ccdf Text Font Color

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

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


#a1ccdf Background Color

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

This div background color is #a1ccdf


#a1ccdf Border Color

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

This div border color is #a1ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ccdf


Comments

No comments written yet.

Please login to write comment.