Color Hex Logo

#a8ceee Color Hex

#A8CEEE
(168,206,238)
0 Favorites   0 Comments

Color spaces of #a8ceee

RGB 168206238
HSL0.580.670.80
HSV207°29°93°
CMYK 0.290.130.00   0.07
XYZ53.652458.640589.3799
Yxy58.64050.26600.2908
Hunter Lab76.5771-8.9470-15.5987
CIE-Lab81.0936-5.2815-19.8623

#a8ceee color RGB value is (168,206,238).

#a8ceee hex color red value is 168, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a8ceee hue: 0.58 , saturation: 0.67 and the lightness value of a8ceee is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001110 11101110
Octal 250 316 356
Decimal 168 206 238
Hex A8 CE EE

RGB Percentages of Color #a8ceee

%27.45
%33.66
%38.89

CMYK Percentages of Color #a8ceee

%29
%13
%0
%7

Triadic Colors of #a8ceee

#a8ceee #eea8ce #ceeea8

Analogous Colors of #a8ceee

#a8ceee #a8abee #a8eeeb

Monochromatic Colors of #a8ceee

#a8ceee

Complementary Color

#a8ceee #eec8a8

#a8ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ceee Color CSS Codes

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

#a8ceee Text Font Color

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

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


#a8ceee Background Color

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

This div background color is #a8ceee


#a8ceee Border Color

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

This div border color is #a8ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ceee


Comments

No comments written yet.

Please login to write comment.