Color Hex Logo

#a8bedb Color Hex

#A8BEDB
(168,190,219)
0 Favorites   0 Comments

Color spaces of #a8bedb

RGB 168190219
HSL0.590.410.76
HSV214°23°86°
CMYK 0.230.130.00   0.14
XYZ47.348150.266274.2247
Yxy50.26620.27550.2925
Hunter Lab70.8987-4.8654-12.4424
CIE-Lab76.2324-1.1919-16.9976

#a8bedb color RGB value is (168,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 11011011
Octal 250 276 333
Decimal 168 190 219
Hex A8 BE DB

RGB Percentages of Color #a8bedb

%29.12
%32.93
%37.95

CMYK Percentages of Color #a8bedb

%23
%13
%0
%14

Triadic Colors of #a8bedb

#a8bedb #dba8be #bedba8

Analogous Colors of #a8bedb

#a8bedb #aca8db #a8d8db

Monochromatic Colors of #a8bedb

#a8bedb

Complementary Color

#a8bedb #dbc5a8

#a8bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bedb Color CSS Codes

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

#a8bedb Text Font Color

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

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


#a8bedb Background Color

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

This div background color is #a8bedb


#a8bedb Border Color

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

This div border color is #a8bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bedb


Comments

No comments written yet.

Please login to write comment.