Color Hex Logo

#a8bedc Color Hex

#A8BEDC
(168,190,220)
0 Favorites   0 Comments

Color spaces of #a8bedc

RGB 168190220
HSL0.600.430.76
HSV215°24°86°
CMYK 0.240.140.00   0.14
XYZ47.480250.319074.9202
Yxy50.31900.27490.2913
Hunter Lab70.9359-4.6607-12.9651
CIE-Lab76.2646-0.9627-17.4901

#a8bedc color RGB value is (168,190,220).

#a8bedc hex color red value is 168, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a8bedc hue: 0.60 , saturation: 0.43 and the lightness value of a8bedc is 0.76.

The process color (four color CMYK) of #a8bedc color hex is 0.24, 0.14, 0.00, 0.14. Web safe color of #a8bedc is #99cccc. Color #a8bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 11011100
Octal 250 276 334
Decimal 168 190 220
Hex A8 BE DC

RGB Percentages of Color #a8bedc

%29.07
%32.87
%38.06

CMYK Percentages of Color #a8bedc

%24
%14
%0
%14

Triadic Colors of #a8bedc

#a8bedc #dca8be #bedca8

Analogous Colors of #a8bedc

#a8bedc #aca8dc #a8d8dc

Monochromatic Colors of #a8bedc

#a8bedc

Complementary Color

#a8bedc #dcc6a8

#a8bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bedc Color CSS Codes

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

#a8bedc Text Font Color

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

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


#a8bedc Background Color

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

This div background color is #a8bedc


#a8bedc Border Color

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

This div border color is #a8bedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,190,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bedc


Comments

No comments written yet.

Please login to write comment.