Color Hex Logo

#a8cbff Color Hex

#A8CBFF
(168,203,255)
0 Favorites   0 Comments

Color spaces of #a8cbff

RGB 168203255
HSL0.601.000.83
HSV216°34°100°
CMYK 0.340.200.00   0.00
XYZ55.554458.2567102.9244
Yxy58.25670.25630.2688
Hunter Lab76.3261-3.6483-26.5233
CIE-Lab80.88130.4599-29.2463

#a8cbff color RGB value is (168,203,255).

#a8cbff hex color red value is 168, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a8cbff hue: 0.60 , saturation: 1.00 and the lightness value of a8cbff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001011 11111111
Octal 250 313 377
Decimal 168 203 255
Hex A8 CB FF

RGB Percentages of Color #a8cbff

%26.84
%32.43
%40.73

CMYK Percentages of Color #a8cbff

%34
%20
%0
%0

Triadic Colors of #a8cbff

#a8cbff #ffa8cb #cbffa8

Analogous Colors of #a8cbff

#a8cbff #b1a8ff #a8f7ff

Monochromatic Colors of #a8cbff

#a8cbff

Complementary Color

#a8cbff #ffdca8

#a8cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cbff Color CSS Codes

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

#a8cbff Text Font Color

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

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


#a8cbff Background Color

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

This div background color is #a8cbff


#a8cbff Border Color

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

This div border color is #a8cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cbff


Comments

No comments written yet.

Please login to write comment.