Color Hex Logo

#a8dcef Color Hex

#A8DCEF
(168,220,239)
0 Favorites   0 Comments

Color spaces of #a8dcef

RGB 168220239
HSL0.540.690.80
HSV196°30°94°
CMYK 0.300.080.00   0.06
XYZ57.321665.743291.3299
Yxy65.74320.26740.3066
Hunter Lab81.0822-15.7020-10.0259
CIE-Lab84.8653-12.3257-14.7114

#a8dcef color RGB value is (168,220,239).

#a8dcef hex color red value is 168, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a8dcef hue: 0.54 , saturation: 0.69 and the lightness value of a8dcef is 0.80.

The process color (four color CMYK) of #a8dcef color hex is 0.30, 0.08, 0.00, 0.06. Web safe color of #a8dcef is #99ccff. Color #a8dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11101111
Octal 250 334 357
Decimal 168 220 239
Hex A8 DC EF

RGB Percentages of Color #a8dcef

%26.79
%35.09
%38.12

CMYK Percentages of Color #a8dcef

%30
%8
%0
%6

Triadic Colors of #a8dcef

#a8dcef #efa8dc #dcefa8

Analogous Colors of #a8dcef

#a8dcef #a8b9ef #a8efdf

Monochromatic Colors of #a8dcef

#a8dcef

Complementary Color

#a8dcef #efbba8

#a8dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcef Color CSS Codes

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

#a8dcef Text Font Color

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

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


#a8dcef Background Color

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

This div background color is #a8dcef


#a8dcef Border Color

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

This div border color is #a8dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcef


Comments

No comments written yet.

Please login to write comment.