Color Hex Logo

#a8beee Color Hex

#A8BEEE
(168,190,238)
0 Favorites   0 Comments

Color spaces of #a8beee

RGB 168190238
HSL0.610.670.80
HSV221°29°93°
CMYK 0.290.200.00   0.07
XYZ49.994551.324888.1606
Yxy51.32480.26390.2709
Hunter Lab71.6413-0.8071-22.8123
CIE-Lab76.87533.2878-26.2797

#a8beee color RGB value is (168,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 11101110
Octal 250 276 356
Decimal 168 190 238
Hex A8 BE EE

RGB Percentages of Color #a8beee

%28.19
%31.88
%39.93

CMYK Percentages of Color #a8beee

%29
%20
%0
%7

Triadic Colors of #a8beee

#a8beee #eea8be #beeea8

Analogous Colors of #a8beee

#a8beee #b5a8ee #a8e1ee

Monochromatic Colors of #a8beee

#a8beee

Complementary Color

#a8beee #eed8a8

#a8beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8beee Color CSS Codes

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

#a8beee Text Font Color

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

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


#a8beee Background Color

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

This div background color is #a8beee


#a8beee Border Color

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

This div border color is #a8beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8beee


Comments

No comments written yet.

Please login to write comment.