Color Hex Logo

#a8dce0 Color Hex

#A8DCE0
(168,220,224)
0 Favorites   0 Comments

Color spaces of #a8dce0

RGB 168220224
HSL0.510.470.77
HSV184°25°88°
CMYK 0.250.020.00   0.12
XYZ55.196264.893080.1375
Yxy64.89300.27570.3241
Hunter Lab80.5562-18.6671-2.5925
CIE-Lab84.4286-15.7305-7.4213

#a8dce0 color RGB value is (168,220,224).

#a8dce0 hex color red value is 168, green value is 220 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #a8dce0 hue: 0.51 , saturation: 0.47 and the lightness value of a8dce0 is 0.77.

The process color (four color CMYK) of #a8dce0 color hex is 0.25, 0.02, 0.00, 0.12. Web safe color of #a8dce0 is #99cccc. Color #a8dce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11100000
Octal 250 334 340
Decimal 168 220 224
Hex A8 DC E0

RGB Percentages of Color #a8dce0

%27.45
%35.95
%36.60

CMYK Percentages of Color #a8dce0

%25
%2
%0
%12

Triadic Colors of #a8dce0

#a8dce0 #e0a8dc #dce0a8

Analogous Colors of #a8dce0

#a8dce0 #a8c0e0 #a8e0c8

Monochromatic Colors of #a8dce0

#a8dce0

Complementary Color

#a8dce0 #e0aca8

#a8dce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dce0 Color CSS Codes

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

#a8dce0 Text Font Color

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

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


#a8dce0 Background Color

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

This div background color is #a8dce0


#a8dce0 Border Color

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

This div border color is #a8dce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dce0


Comments

No comments written yet.

Please login to write comment.