Color Hex Logo

#abdcf8 Color Hex

#ABDCF8
(171,220,248)
0 Favorites   0 Comments

Color spaces of #abdcf8

RGB 171220248
HSL0.560.850.82
HSV202°31°97°
CMYK 0.310.110.00   0.03
XYZ59.331166.621698.5391
Yxy66.62160.26430.2968
Hunter Lab81.6221-13.0869-14.4430
CIE-Lab85.3125-9.3736-18.7781

#abdcf8 color RGB value is (171,220,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11111000
Octal 253 334 370
Decimal 171 220 248
Hex AB DC F8

RGB Percentages of Color #abdcf8

%26.76
%34.43
%38.81

CMYK Percentages of Color #abdcf8

%31
%11
%0
%3

Triadic Colors of #abdcf8

#abdcf8 #f8abdc #dcf8ab

Analogous Colors of #abdcf8

#abdcf8 #abb6f8 #abf8ee

Monochromatic Colors of #abdcf8

#abdcf8

Complementary Color

#abdcf8 #f8c7ab

#abdcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcf8 Color CSS Codes

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

#abdcf8 Text Font Color

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

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


#abdcf8 Background Color

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

This div background color is #abdcf8


#abdcf8 Border Color

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

This div border color is #abdcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcf8


Comments

No comments written yet.

Please login to write comment.