Color Hex Logo

#a2caed Color Hex

#A2CAED
(162,202,237)
0 Favorites   0 Comments

Color spaces of #a2caed

RGB 162202237
HSL0.580.680.78
HSV208°32°93°
CMYK 0.320.150.00   0.07
XYZ51.306956.036988.2328
Yxy56.03690.26230.2865
Hunter Lab74.8578-8.6588-17.4830
CIE-Lab79.6348-5.1053-21.5728

#a2caed color RGB value is (162,202,237).

#a2caed hex color red value is 162, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a2caed hue: 0.58 , saturation: 0.68 and the lightness value of a2caed is 0.78.

The process color (four color CMYK) of #a2caed color hex is 0.32, 0.15, 0.00, 0.07. Web safe color of #a2caed is #99ccff. Color #a2caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001010 11101101
Octal 242 312 355
Decimal 162 202 237
Hex A2 CA ED

RGB Percentages of Color #a2caed

%26.96
%33.61
%39.43

CMYK Percentages of Color #a2caed

%32
%15
%0
%7

Triadic Colors of #a2caed

#a2caed #eda2ca #caeda2

Analogous Colors of #a2caed

#a2caed #a2a5ed #a2edeb

Monochromatic Colors of #a2caed

#a2caed

Complementary Color

#a2caed #edc5a2

#a2caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2caed Color CSS Codes

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

#a2caed Text Font Color

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

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


#a2caed Background Color

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

This div background color is #a2caed


#a2caed Border Color

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

This div border color is #a2caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2caed


Comments

No comments written yet.

Please login to write comment.