Color Hex Logo

#a8dfee Color Hex

#A8DFEE
(168,223,238)
0 Favorites   0 Comments

Color spaces of #a8dfee

RGB 168223238
HSL0.540.670.80
HSV193°29°93°
CMYK 0.290.060.00   0.07
XYZ57.968767.273290.8187
Yxy67.27320.26830.3114
Hunter Lab82.0202-17.3786-8.2360
CIE-Lab85.6417-14.0889-13.0201

#a8dfee color RGB value is (168,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 11101110
Octal 250 337 356
Decimal 168 223 238
Hex A8 DF EE

RGB Percentages of Color #a8dfee

%26.71
%35.45
%37.84

CMYK Percentages of Color #a8dfee

%29
%6
%0
%7

Triadic Colors of #a8dfee

#a8dfee #eea8df #dfeea8

Analogous Colors of #a8dfee

#a8dfee #a8bcee #a8eeda

Monochromatic Colors of #a8dfee

#a8dfee

Complementary Color

#a8dfee #eeb7a8

#a8dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfee Color CSS Codes

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

#a8dfee Text Font Color

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

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


#a8dfee Background Color

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

This div background color is #a8dfee


#a8dfee Border Color

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

This div border color is #a8dfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,223,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 #a8dfee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfee


Comments

No comments written yet.

Please login to write comment.