Color Hex Logo

#a2c4ea Color Hex

#A2C4EA
(162,196,234)
0 Favorites   0 Comments

Color spaces of #a2c4ea

RGB 162196234
HSL0.590.630.78
HSV212°31°92°
CMYK 0.310.160.00   0.08
XYZ49.491553.101885.4831
Yxy53.10180.26310.2823
Hunter Lab72.8710-6.2931-18.5419
CIE-Lab77.9351-2.6382-22.5460

#a2c4ea color RGB value is (162,196,234).

#a2c4ea hex color red value is 162, green value is 196 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a2c4ea hue: 0.59 , saturation: 0.63 and the lightness value of a2c4ea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11000100 11101010
Octal 242 304 352
Decimal 162 196 234
Hex A2 C4 EA

RGB Percentages of Color #a2c4ea

%27.36
%33.11
%39.53

CMYK Percentages of Color #a2c4ea

%31
%16
%0
%8

Triadic Colors of #a2c4ea

#a2c4ea #eaa2c4 #c4eaa2

Analogous Colors of #a2c4ea

#a2c4ea #a4a2ea #a2e8ea

Monochromatic Colors of #a2c4ea

#a2c4ea

Complementary Color

#a2c4ea #eac8a2

#a2c4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c4ea Color CSS Codes

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

#a2c4ea Text Font Color

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

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


#a2c4ea Background Color

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

This div background color is #a2c4ea


#a2c4ea Border Color

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

This div border color is #a2c4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c4ea

#a2c4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.