Color Hex Logo

#abddf5 Color Hex

#ABDDF5
(171,221,245)
0 Favorites   0 Comments

Color spaces of #abddf5

RGB 171221245
HSL0.550.790.82
HSV199°30°96°
CMYK 0.300.100.00   0.04
XYZ59.132566.963496.1948
Yxy66.96340.26600.3012
Hunter Lab81.8312-14.2176-12.4152
CIE-Lab85.4855-10.5965-16.9334

#abddf5 color RGB value is (171,221,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11110101
Octal 253 335 365
Decimal 171 221 245
Hex AB DD F5

RGB Percentages of Color #abddf5

%26.84
%34.69
%38.46

CMYK Percentages of Color #abddf5

%30
%10
%0
%4

Triadic Colors of #abddf5

#abddf5 #f5abdd #ddf5ab

Analogous Colors of #abddf5

#abddf5 #abb8f5 #abf5e8

Monochromatic Colors of #abddf5

#abddf5

Complementary Color

#abddf5 #f5c3ab

#abddf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddf5 Color CSS Codes

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

#abddf5 Text Font Color

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

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


#abddf5 Background Color

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

This div background color is #abddf5


#abddf5 Border Color

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

This div border color is #abddf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddf5


Comments

No comments written yet.

Please login to write comment.