Color Hex Logo

#a8cafb Color Hex

#A8CAFB
(168,202,251)
0 Favorites   0 Comments

Color spaces of #a8cafb

RGB 168202251
HSL0.600.910.82
HSV215°33°98°
CMYK 0.330.200.00   0.02
XYZ54.681657.530999.4893
Yxy57.53090.25830.2718
Hunter Lab75.8491-4.0507-24.6747
CIE-Lab80.47730.0005-27.7345

#a8cafb color RGB value is (168,202,251).

#a8cafb hex color red value is 168, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a8cafb hue: 0.60 , saturation: 0.91 and the lightness value of a8cafb is 0.82.

The process color (four color CMYK) of #a8cafb color hex is 0.33, 0.20, 0.00, 0.02. Web safe color of #a8cafb is #99ccff. Color #a8cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001010 11111011
Octal 250 312 373
Decimal 168 202 251
Hex A8 CA FB

RGB Percentages of Color #a8cafb

%27.05
%32.53
%40.42

CMYK Percentages of Color #a8cafb

%33
%20
%0
%2

Triadic Colors of #a8cafb

#a8cafb #fba8ca #cafba8

Analogous Colors of #a8cafb

#a8cafb #b0a8fb #a8f4fb

Monochromatic Colors of #a8cafb

#a8cafb

Complementary Color

#a8cafb #fbd9a8

#a8cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cafb Color CSS Codes

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

#a8cafb Text Font Color

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

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


#a8cafb Background Color

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

This div background color is #a8cafb


#a8cafb Border Color

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

This div border color is #a8cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cafb


Comments

No comments written yet.

Please login to write comment.