Color Hex Logo

#a8cfe9 Color Hex

#A8CFE9
(168,207,233)
0 Favorites   0 Comments

Color spaces of #a8cfe9

RGB 168207233
HSL0.570.600.79
HSV204°28°91°
CMYK 0.280.110.00   0.09
XYZ53.169358.833785.6445
Yxy58.83370.26900.2977
Hunter Lab76.7031-10.4973-12.5093
CIE-Lab81.2001-6.9846-17.0327

#a8cfe9 color RGB value is (168,207,233).

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

The process color (four color CMYK) of #a8cfe9 color hex is 0.28, 0.11, 0.00, 0.09. Web safe color of #a8cfe9 is #99ccff. Color #a8cfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 11101001
Octal 250 317 351
Decimal 168 207 233
Hex A8 CF E9

RGB Percentages of Color #a8cfe9

%27.63
%34.05
%38.32

CMYK Percentages of Color #a8cfe9

%28
%11
%0
%9

Triadic Colors of #a8cfe9

#a8cfe9 #e9a8cf #cfe9a8

Analogous Colors of #a8cfe9

#a8cfe9 #a8afe9 #a8e9e3

Monochromatic Colors of #a8cfe9

#a8cfe9

Complementary Color

#a8cfe9 #e9c2a8

#a8cfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cfe9 Color CSS Codes

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

#a8cfe9 Text Font Color

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

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


#a8cfe9 Background Color

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

This div background color is #a8cfe9


#a8cfe9 Border Color

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

This div border color is #a8cfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cfe9


Comments

No comments written yet.

Please login to write comment.