Color Hex Logo

#a8dcdb Color Hex

#A8DCDB
(168,220,219)
0 Favorites   0 Comments

Color spaces of #a8dcdb

RGB 168220219
HSL0.500.430.76
HSV179°24°86°
CMYK 0.240.000.00   0.14
XYZ54.527864.625776.6179
Yxy64.62570.27850.3301
Hunter Lab80.3901-19.6079-0.2348
CIE-Lab84.2905-16.8260-4.9761

#a8dcdb color RGB value is (168,220,219).

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

The process color (four color CMYK) of #a8dcdb color hex is 0.24, 0.00, 0.00, 0.14. Web safe color of #a8dcdb is #99cccc. Color #a8dcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11011011
Octal 250 334 333
Decimal 168 220 219
Hex A8 DC DB

RGB Percentages of Color #a8dcdb

%27.68
%36.24
%36.08

CMYK Percentages of Color #a8dcdb

%24
%0
%0
%14

Triadic Colors of #a8dcdb

#a8dcdb #dba8dc #dcdba8

Analogous Colors of #a8dcdb

#a8dcdb #a8c3dc #a8dcc1

Monochromatic Colors of #a8dcdb

#a8dcdb

Complementary Color

#a8dcdb #dca8a9

#a8dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcdb Color CSS Codes

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

#a8dcdb Text Font Color

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

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


#a8dcdb Background Color

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

This div background color is #a8dcdb


#a8dcdb Border Color

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

This div border color is #a8dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcdb


Comments

No comments written yet.

Please login to write comment.