Color Hex Logo

#a8dcf5 Color Hex

#A8DCF5
(168,220,245)
0 Favorites   0 Comments

Color spaces of #a8dcf5

RGB 168220245
HSL0.550.790.81
HSV199°31°96°
CMYK 0.310.100.00   0.04
XYZ58.223166.103896.0768
Yxy66.10380.26420.2999
Hunter Lab81.3042-14.4561-13.1497
CIE-Lab85.0493-10.9161-17.6068

#a8dcf5 color RGB value is (168,220,245).

#a8dcf5 hex color red value is 168, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a8dcf5 hue: 0.55 , saturation: 0.79 and the lightness value of a8dcf5 is 0.81.

The process color (four color CMYK) of #a8dcf5 color hex is 0.31, 0.10, 0.00, 0.04. Web safe color of #a8dcf5 is #99ccff. Color #a8dcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11110101
Octal 250 334 365
Decimal 168 220 245
Hex A8 DC F5

RGB Percentages of Color #a8dcf5

%26.54
%34.76
%38.70

CMYK Percentages of Color #a8dcf5

%31
%10
%0
%4

Triadic Colors of #a8dcf5

#a8dcf5 #f5a8dc #dcf5a8

Analogous Colors of #a8dcf5

#a8dcf5 #a8b6f5 #a8f5e8

Monochromatic Colors of #a8dcf5

#a8dcf5

Complementary Color

#a8dcf5 #f5c1a8

#a8dcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcf5 Color CSS Codes

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

#a8dcf5 Text Font Color

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

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


#a8dcf5 Background Color

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

This div background color is #a8dcf5


#a8dcf5 Border Color

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

This div border color is #a8dcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcf5

Related Colors


Comments

No comments written yet.

Please login to write comment.