Color Hex Logo

#a8cddb Color Hex

#A8CDDB
(168,205,219)
0 Favorites   0 Comments

Color spaces of #a8cddb

RGB 168205219
HSL0.550.410.76
HSV196°23°86°
CMYK 0.230.060.00   0.14
XYZ50.766057.101975.3640
Yxy57.10190.27710.3116
Hunter Lab75.5658-12.3217-6.2356
CIE-Lab80.2369-9.1361-10.9893

#a8cddb color RGB value is (168,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001101 11011011
Octal 250 315 333
Decimal 168 205 219
Hex A8 CD DB

RGB Percentages of Color #a8cddb

%28.38
%34.63
%36.99

CMYK Percentages of Color #a8cddb

%23
%6
%0
%14

Triadic Colors of #a8cddb

#a8cddb #dba8cd #cddba8

Analogous Colors of #a8cddb

#a8cddb #a8b4db #a8dbd0

Monochromatic Colors of #a8cddb

#a8cddb

Complementary Color

#a8cddb #dbb6a8

#a8cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cddb Color CSS Codes

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

#a8cddb Text Font Color

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

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


#a8cddb Background Color

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

This div background color is #a8cddb


#a8cddb Border Color

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

This div border color is #a8cddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,205,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 #a8cddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cddb


Comments

No comments written yet.

Please login to write comment.