Color Hex Logo

#a2beee Color Hex

#A2BEEE
(162,190,238)
0 Favorites   0 Comments

Color spaces of #a2beee

RGB 162190238
HSL0.610.690.78
HSV218°32°93°
CMYK 0.320.200.00   0.07
XYZ48.746450.681388.1022
Yxy50.68130.25990.2703
Hunter Lab71.1908-2.3598-23.5408
CIE-Lab76.48561.5808-26.9105

#a2beee color RGB value is (162,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 11101110
Octal 242 276 356
Decimal 162 190 238
Hex A2 BE EE

RGB Percentages of Color #a2beee

%27.46
%32.20
%40.34

CMYK Percentages of Color #a2beee

%32
%20
%0
%7

Triadic Colors of #a2beee

#a2beee #eea2be #beeea2

Analogous Colors of #a2beee

#a2beee #aca2ee #a2e4ee

Monochromatic Colors of #a2beee

#a2beee

Complementary Color

#a2beee #eed2a2

#a2beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2beee Color CSS Codes

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

#a2beee Text Font Color

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

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


#a2beee Background Color

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

This div background color is #a2beee


#a2beee Border Color

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

This div border color is #a2beee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,190,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 #a2beee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2beee


Comments

No comments written yet.

Please login to write comment.