Color Hex Logo

#a8ddfb Color Hex

#A8DDFB
(168,221,251)
0 Favorites   0 Comments

Color spaces of #a8ddfb

RGB 168221251
HSL0.560.910.82
HSV202°33°98°
CMYK 0.330.120.00   0.02
XYZ59.417567.0028101.0680
Yxy67.00280.26120.2945
Hunter Lab81.8552-13.6762-15.9077
CIE-Lab85.5054-9.9976-20.0865

#a8ddfb color RGB value is (168,221,251).

#a8ddfb hex color red value is 168, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a8ddfb hue: 0.56 , saturation: 0.91 and the lightness value of a8ddfb is 0.82.

The process color (four color CMYK) of #a8ddfb color hex is 0.33, 0.12, 0.00, 0.02. Web safe color of #a8ddfb is #99ccff. Color #a8ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 11111011
Octal 250 335 373
Decimal 168 221 251
Hex A8 DD FB

RGB Percentages of Color #a8ddfb

%26.25
%34.53
%39.22

CMYK Percentages of Color #a8ddfb

%33
%12
%0
%2

Triadic Colors of #a8ddfb

#a8ddfb #fba8dd #ddfba8

Analogous Colors of #a8ddfb

#a8ddfb #a8b4fb #a8fbf0

Monochromatic Colors of #a8ddfb

#a8ddfb

Complementary Color

#a8ddfb #fbc6a8

#a8ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ddfb Color CSS Codes

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

#a8ddfb Text Font Color

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

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


#a8ddfb Background Color

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

This div background color is #a8ddfb


#a8ddfb Border Color

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

This div border color is #a8ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ddfb


Comments

No comments written yet.

Please login to write comment.