Color Hex Logo

#a8cffd Color Hex

#A8CFFD
(168,207,253)
0 Favorites   0 Comments

Color spaces of #a8cffd

RGB 168207253
HSL0.590.960.83
HSV212°34°99°
CMYK 0.340.180.00   0.01
XYZ56.190960.0423101.5563
Yxy60.04230.25800.2757
Hunter Lab77.4870-6.1601-23.4660
CIE-Lab81.8612-2.1732-26.6833

#a8cffd color RGB value is (168,207,253).

#a8cffd hex color red value is 168, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a8cffd hue: 0.59 , saturation: 0.96 and the lightness value of a8cffd is 0.83.

The process color (four color CMYK) of #a8cffd color hex is 0.34, 0.18, 0.00, 0.01. Web safe color of #a8cffd is #99ccff. Color #a8cffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 11111101
Octal 250 317 375
Decimal 168 207 253
Hex A8 CF FD

RGB Percentages of Color #a8cffd

%26.75
%32.96
%40.29

CMYK Percentages of Color #a8cffd

%34
%18
%0
%1

Triadic Colors of #a8cffd

#a8cffd #fda8cf #cffda8

Analogous Colors of #a8cffd

#a8cffd #aca8fd #a8fafd

Monochromatic Colors of #a8cffd

#a8cffd

Complementary Color

#a8cffd #fdd6a8

#a8cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cffd Color CSS Codes

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

#a8cffd Text Font Color

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

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


#a8cffd Background Color

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

This div background color is #a8cffd


#a8cffd Border Color

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

This div border color is #a8cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cffd


Comments

No comments written yet.

Please login to write comment.