Color Hex Logo

#a8dccf Color Hex

#A8DCCF
(168,220,207)
0 Favorites   0 Comments

Color spaces of #a8dccf

RGB 168220207
HSL0.460.430.76
HSV165°24°86°
CMYK 0.240.000.06   0.14
XYZ53.004164.016268.5942
Yxy64.01620.28560.3449
Hunter Lab80.0101-21.76735.1766
CIE-Lab83.9742-19.36910.9187

#a8dccf color RGB value is (168,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11001111
Octal 250 334 317
Decimal 168 220 207
Hex A8 DC CF

RGB Percentages of Color #a8dccf

%28.24
%36.97
%34.79

CMYK Percentages of Color #a8dccf

%24
%0
%6
%14

Triadic Colors of #a8dccf

#a8dccf #cfa8dc #dccfa8

Analogous Colors of #a8dccf

#a8dccf #a8cfdc #a8dcb5

Monochromatic Colors of #a8dccf

#a8dccf

Complementary Color

#a8dccf #dca8b5

#a8dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dccf Color CSS Codes

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

#a8dccf Text Font Color

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

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


#a8dccf Background Color

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

This div background color is #a8dccf


#a8dccf Border Color

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

This div border color is #a8dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dccf


Comments

No comments written yet.

Please login to write comment.