Color Hex Logo

#a2c9df Color Hex

#A2C9DF
(162,201,223)
0 Favorites   0 Comments

Color spaces of #a2c9df

RGB 162201223
HSL0.560.490.75
HSV202°27°87°
CMYK 0.270.100.00   0.13
XYZ49.106254.782477.7979
Yxy54.78240.27030.3015
Hunter Lab74.0151-11.0986-10.5096
CIE-Lab78.9158-7.9119-15.1515

#a2c9df color RGB value is (162,201,223).

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

The process color (four color CMYK) of #a2c9df color hex is 0.27, 0.10, 0.00, 0.13. Web safe color of #a2c9df is #99cccc. Color #a2c9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001001 11011111
Octal 242 311 337
Decimal 162 201 223
Hex A2 C9 DF

RGB Percentages of Color #a2c9df

%27.65
%34.30
%38.05

CMYK Percentages of Color #a2c9df

%27
%10
%0
%13

Triadic Colors of #a2c9df

#a2c9df #dfa2c9 #c9dfa2

Analogous Colors of #a2c9df

#a2c9df #a2abdf #a2dfd7

Monochromatic Colors of #a2c9df

#a2c9df

Complementary Color

#a2c9df #dfb8a2

#a2c9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c9df Color CSS Codes

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

#a2c9df Text Font Color

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

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


#a2c9df Background Color

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

This div background color is #a2c9df


#a2c9df Border Color

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

This div border color is #a2c9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c9df


Comments

No comments written yet.

Please login to write comment.