Color Hex Logo

#a8dfef Color Hex

#A8DFEF
(168,223,239)
0 Favorites   0 Comments

Color spaces of #a8dfef

RGB 168223239
HSL0.540.690.80
HSV194°30°94°
CMYK 0.300.070.00   0.06
XYZ58.116167.332291.5947
Yxy67.33220.26780.3102
Hunter Lab82.0562-17.1762-8.7427
CIE-Lab85.6714-13.8578-13.5036

#a8dfef color RGB value is (168,223,239).

#a8dfef hex color red value is 168, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a8dfef hue: 0.54 , saturation: 0.69 and the lightness value of a8dfef is 0.80.

The process color (four color CMYK) of #a8dfef color hex is 0.30, 0.07, 0.00, 0.06. Web safe color of #a8dfef is #99ccff. Color #a8dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 11101111
Octal 250 337 357
Decimal 168 223 239
Hex A8 DF EF

RGB Percentages of Color #a8dfef

%26.67
%35.40
%37.94

CMYK Percentages of Color #a8dfef

%30
%7
%0
%6

Triadic Colors of #a8dfef

#a8dfef #efa8df #dfefa8

Analogous Colors of #a8dfef

#a8dfef #a8bcef #a8efdc

Monochromatic Colors of #a8dfef

#a8dfef

Complementary Color

#a8dfef #efb8a8

#a8dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfef Color CSS Codes

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

#a8dfef Text Font Color

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

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


#a8dfef Background Color

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

This div background color is #a8dfef


#a8dfef Border Color

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

This div border color is #a8dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfef


Comments

No comments written yet.

Please login to write comment.