Color Hex Logo

#abddf1 Color Hex

#ABDDF1
(171,221,241)
0 Favorites   0 Comments

Color spaces of #abddf1

RGB 171221241
HSL0.550.710.81
HSV197°29°95°
CMYK 0.290.080.00   0.05
XYZ58.528266.721793.0129
Yxy66.72170.26820.3057
Hunter Lab81.6834-15.0461-10.3352
CIE-Lab85.3632-11.5286-15.0044

#abddf1 color RGB value is (171,221,241).

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

The process color (four color CMYK) of #abddf1 color hex is 0.29, 0.08, 0.00, 0.05. Web safe color of #abddf1 is #99ccff. Color #abddf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11110001
Octal 253 335 361
Decimal 171 221 241
Hex AB DD F1

RGB Percentages of Color #abddf1

%27.01
%34.91
%38.07

CMYK Percentages of Color #abddf1

%29
%8
%0
%5

Triadic Colors of #abddf1

#abddf1 #f1abdd #ddf1ab

Analogous Colors of #abddf1

#abddf1 #abbaf1 #abf1e2

Monochromatic Colors of #abddf1

#abddf1

Complementary Color

#abddf1 #f1bfab

#abddf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddf1 Color CSS Codes

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

#abddf1 Text Font Color

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

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


#abddf1 Background Color

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

This div background color is #abddf1


#abddf1 Border Color

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

This div border color is #abddf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddf1


Comments

No comments written yet.

Please login to write comment.