Color Hex Logo

#abdbf1 Color Hex

#ABDBF1
(171,219,241)
0 Favorites   0 Comments

Color spaces of #abdbf1

RGB 171219241
HSL0.550.710.81
HSV199°29°95°
CMYK 0.290.090.00   0.05
XYZ58.003365.671892.8379
Yxy65.67180.26790.3033
Hunter Lab81.0381-14.0548-11.1964
CIE-Lab84.8287-10.5003-15.8069

#abdbf1 color RGB value is (171,219,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11110001
Octal 253 333 361
Decimal 171 219 241
Hex AB DB F1

RGB Percentages of Color #abdbf1

%27.10
%34.71
%38.19

CMYK Percentages of Color #abdbf1

%29
%9
%0
%5

Triadic Colors of #abdbf1

#abdbf1 #f1abdb #dbf1ab

Analogous Colors of #abdbf1

#abdbf1 #abb8f1 #abf1e4

Monochromatic Colors of #abdbf1

#abdbf1

Complementary Color

#abdbf1 #f1c1ab

#abdbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbf1 Color CSS Codes

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

#abdbf1 Text Font Color

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

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


#abdbf1 Background Color

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

This div background color is #abdbf1


#abdbf1 Border Color

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

This div border color is #abdbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbf1


Comments

No comments written yet.

Please login to write comment.