Color Hex Logo

#abdbf0 Color Hex

#ABDBF0
(171,219,240)
0 Favorites   0 Comments

Color spaces of #abdbf0

RGB 171219240
HSL0.550.700.81
HSV198°29°94°
CMYK 0.290.090.00   0.06
XYZ57.854365.612292.0533
Yxy65.61220.26840.3044
Hunter Lab81.0014-14.2608-10.6787
CIE-Lab84.7982-10.7322-15.3237

#abdbf0 color RGB value is (171,219,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11110000
Octal 253 333 360
Decimal 171 219 240
Hex AB DB F0

RGB Percentages of Color #abdbf0

%27.14
%34.76
%38.10

CMYK Percentages of Color #abdbf0

%29
%9
%0
%6

Triadic Colors of #abdbf0

#abdbf0 #f0abdb #dbf0ab

Analogous Colors of #abdbf0

#abdbf0 #abb9f0 #abf0e3

Monochromatic Colors of #abdbf0

#abdbf0

Complementary Color

#abdbf0 #f0c0ab

#abdbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbf0 Color CSS Codes

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

#abdbf0 Text Font Color

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

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


#abdbf0 Background Color

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

This div background color is #abdbf0


#abdbf0 Border Color

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

This div border color is #abdbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbf0


Comments

No comments written yet.

Please login to write comment.