Color Hex Logo

#a8cbde Color Hex

#A8CBDE
(168,203,222)
0 Favorites   0 Comments

Color spaces of #a8cbde

RGB 168203222
HSL0.560.450.76
HSV201°24°87°
CMYK 0.240.090.00   0.13
XYZ50.689256.310677.3047
Yxy56.31060.27500.3055
Hunter Lab75.0404-10.7453-8.5508
CIE-Lab79.7903-7.4157-13.2651

#a8cbde color RGB value is (168,203,222).

#a8cbde hex color red value is 168, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8cbde hue: 0.56 , saturation: 0.45 and the lightness value of a8cbde is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001011 11011110
Octal 250 313 336
Decimal 168 203 222
Hex A8 CB DE

RGB Percentages of Color #a8cbde

%28.33
%34.23
%37.44

CMYK Percentages of Color #a8cbde

%24
%9
%0
%13

Triadic Colors of #a8cbde

#a8cbde #dea8cb #cbdea8

Analogous Colors of #a8cbde

#a8cbde #a8b0de #a8ded6

Monochromatic Colors of #a8cbde

#a8cbde

Complementary Color

#a8cbde #debba8

#a8cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cbde Color CSS Codes

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

#a8cbde Text Font Color

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

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


#a8cbde Background Color

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

This div background color is #a8cbde


#a8cbde Border Color

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

This div border color is #a8cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cbde


Comments

No comments written yet.

Please login to write comment.