Color Hex Logo

#a1c4e9 Color Hex

#A1C4E9
(161,196,233)
1 Favorites   0 Comments

Color spaces of #a1c4e9

RGB 161196233
HSL0.590.620.77
HSV211°31°91°
CMYK 0.310.160.00   0.09
XYZ49.145952.940184.7190
Yxy52.94010.26310.2834
Hunter Lab72.7599-6.7616-18.1031
CIE-Lab77.8396-3.1653-22.1592

#a1c4e9 color RGB value is (161,196,233).

#a1c4e9 hex color red value is 161, green value is 196 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a1c4e9 hue: 0.59 , saturation: 0.62 and the lightness value of a1c4e9 is 0.77.

The process color (four color CMYK) of #a1c4e9 color hex is 0.31, 0.16, 0.00, 0.09. Web safe color of #a1c4e9 is #99ccff. Color #a1c4e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11000100 11101001
Octal 241 304 351
Decimal 161 196 233
Hex A1 C4 E9

RGB Percentages of Color #a1c4e9

%27.29
%33.22
%39.49

CMYK Percentages of Color #a1c4e9

%31
%16
%0
%9

Triadic Colors of #a1c4e9

#a1c4e9 #e9a1c4 #c4e9a1

Analogous Colors of #a1c4e9

#a1c4e9 #a2a1e9 #a1e8e9

Monochromatic Colors of #a1c4e9

#a1c4e9

Complementary Color

#a1c4e9 #e9c6a1

#a1c4e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1c4e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1c4e9 Color CSS Codes

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

#a1c4e9 Text Font Color

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

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


#a1c4e9 Background Color

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

This div background color is #a1c4e9


#a1c4e9 Border Color

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

This div border color is #a1c4e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1c4e9

#a1c4e9 Color Palettes


Comments

No comments written yet.

Please login to write comment.