Color Hex Logo

#abddf8 Color Hex

#ABDDF8
(171,221,248)
0 Favorites   0 Comments

Color spaces of #abddf8

RGB 171221248
HSL0.560.850.82
HSV201°31°97°
CMYK 0.310.110.00   0.03
XYZ59.594367.148198.6269
Yxy67.14810.26440.2979
Hunter Lab81.9439-13.5865-14.0001
CIE-Lab85.5787-9.8900-18.3766

#abddf8 color RGB value is (171,221,248).

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

The process color (four color CMYK) of #abddf8 color hex is 0.31, 0.11, 0.00, 0.03. Web safe color of #abddf8 is #99ccff. Color #abddf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11111000
Octal 253 335 370
Decimal 171 221 248
Hex AB DD F8

RGB Percentages of Color #abddf8

%26.72
%34.53
%38.75

CMYK Percentages of Color #abddf8

%31
%11
%0
%3

Triadic Colors of #abddf8

#abddf8 #f8abdd #ddf8ab

Analogous Colors of #abddf8

#abddf8 #abb7f8 #abf8ed

Monochromatic Colors of #abddf8

#abddf8

Complementary Color

#abddf8 #f8c6ab

#abddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddf8 Color CSS Codes

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

#abddf8 Text Font Color

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

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


#abddf8 Background Color

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

This div background color is #abddf8


#abddf8 Border Color

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

This div border color is #abddf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddf8


Comments

No comments written yet.

Please login to write comment.