Color Hex Logo

#a2cdee Color Hex

#A2CDEE
(162,205,238)
0 Favorites   0 Comments

Color spaces of #a2cdee

RGB 162205238
HSL0.570.690.78
HSV206°32°93°
CMYK 0.320.140.00   0.07
XYZ52.164257.517189.2415
Yxy57.51710.26220.2891
Hunter Lab75.8400-9.9444-16.6789
CIE-Lab80.4696-6.4483-20.8414

#a2cdee color RGB value is (162,205,238).

#a2cdee hex color red value is 162, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a2cdee hue: 0.57 , saturation: 0.69 and the lightness value of a2cdee is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001101 11101110
Octal 242 315 356
Decimal 162 205 238
Hex A2 CD EE

RGB Percentages of Color #a2cdee

%26.78
%33.88
%39.34

CMYK Percentages of Color #a2cdee

%32
%14
%0
%7

Triadic Colors of #a2cdee

#a2cdee #eea2cd #cdeea2

Analogous Colors of #a2cdee

#a2cdee #a2a7ee #a2eee9

Monochromatic Colors of #a2cdee

#a2cdee

Complementary Color

#a2cdee #eec3a2

#a2cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cdee Color CSS Codes

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

#a2cdee Text Font Color

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

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


#a2cdee Background Color

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

This div background color is #a2cdee


#a2cdee Border Color

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

This div border color is #a2cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cdee


Comments

No comments written yet.

Please login to write comment.