Color Hex Logo

#a1c5da Color Hex

#A1C5DA
(161,197,218)
0 Favorites   0 Comments

Color spaces of #a1c5da

RGB 161197218
HSL0.560.440.74
HSV202°26°85°
CMYK 0.260.100.00   0.15
XYZ47.319152.571573.9830
Yxy52.57150.27210.3024
Hunter Lab72.5062-10.3929-9.7433
CIE-Lab77.6213-7.2597-14.4116

#a1c5da color RGB value is (161,197,218).

#a1c5da hex color red value is 161, green value is 197 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a1c5da hue: 0.56 , saturation: 0.44 and the lightness value of a1c5da is 0.74.

The process color (four color CMYK) of #a1c5da color hex is 0.26, 0.10, 0.00, 0.15. Web safe color of #a1c5da is #99cccc. Color #a1c5da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11000101 11011010
Octal 241 305 332
Decimal 161 197 218
Hex A1 C5 DA

RGB Percentages of Color #a1c5da

%27.95
%34.20
%37.85

CMYK Percentages of Color #a1c5da

%26
%10
%0
%15

Triadic Colors of #a1c5da

#a1c5da #daa1c5 #c5daa1

Analogous Colors of #a1c5da

#a1c5da #a1a9da #a1dad3

Monochromatic Colors of #a1c5da

#a1c5da

Complementary Color

#a1c5da #dab6a1

#a1c5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1c5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1c5da Color CSS Codes

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

#a1c5da Text Font Color

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

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


#a1c5da Background Color

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

This div background color is #a1c5da


#a1c5da Border Color

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

This div border color is #a1c5da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,197,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1c5da


Comments

No comments written yet.

Please login to write comment.