Color Hex Logo

#a8d1ec Color Hex

#A8D1EC
(168,209,236)
0 Favorites   0 Comments

Color spaces of #a8d1ec

RGB 168209236
HSL0.570.640.79
HSV204°29°93°
CMYK 0.290.110.00   0.07
XYZ54.089259.981988.0837
Yxy59.98190.26760.2967
Hunter Lab77.4480-10.8707-13.2185
CIE-Lab81.8284-7.3302-17.6858

#a8d1ec color RGB value is (168,209,236).

#a8d1ec hex color red value is 168, green value is 209 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a8d1ec hue: 0.57 , saturation: 0.64 and the lightness value of a8d1ec is 0.79.

The process color (four color CMYK) of #a8d1ec color hex is 0.29, 0.11, 0.00, 0.07. Web safe color of #a8d1ec is #99ccff. Color #a8d1ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11010001 11101100
Octal 250 321 354
Decimal 168 209 236
Hex A8 D1 EC

RGB Percentages of Color #a8d1ec

%27.41
%34.09
%38.50

CMYK Percentages of Color #a8d1ec

%29
%11
%0
%7

Triadic Colors of #a8d1ec

#a8d1ec #eca8d1 #d1eca8

Analogous Colors of #a8d1ec

#a8d1ec #a8afec #a8ece5

Monochromatic Colors of #a8d1ec

#a8d1ec

Complementary Color

#a8d1ec #ecc3a8

#a8d1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8d1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8d1ec Color CSS Codes

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

#a8d1ec Text Font Color

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

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


#a8d1ec Background Color

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

This div background color is #a8d1ec


#a8d1ec Border Color

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

This div border color is #a8d1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8d1ec


Comments

No comments written yet.

Please login to write comment.