Color Hex Logo

#a8cced Color Hex

#A8CCED
(168,204,237)
0 Favorites   0 Comments

Color spaces of #a8cced

RGB 168204237
HSL0.580.660.79
HSV209°29°93°
CMYK 0.290.140.00   0.07
XYZ53.027457.625088.4487
Yxy57.62500.26630.2894
Hunter Lab75.9111-8.1541-15.9446
CIE-Lab80.5299-4.4625-20.1816

#a8cced color RGB value is (168,204,237).

#a8cced hex color red value is 168, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a8cced hue: 0.58 , saturation: 0.66 and the lightness value of a8cced is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001100 11101101
Octal 250 314 355
Decimal 168 204 237
Hex A8 CC ED

RGB Percentages of Color #a8cced

%27.59
%33.50
%38.92

CMYK Percentages of Color #a8cced

%29
%14
%0
%7

Triadic Colors of #a8cced

#a8cced #eda8cc #cceda8

Analogous Colors of #a8cced

#a8cced #a8aaed #a8edec

Monochromatic Colors of #a8cced

#a8cced

Complementary Color

#a8cced #edc9a8

#a8cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cced Color CSS Codes

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

#a8cced Text Font Color

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

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


#a8cced Background Color

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

This div background color is #a8cced


#a8cced Border Color

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

This div border color is #a8cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cced


Comments

No comments written yet.

Please login to write comment.