Color Hex Logo

#abdcfc Color Hex

#ABDCFC
(171,220,252)
0 Favorites   0 Comments

Color spaces of #abdcfc

RGB 171220252
HSL0.570.930.83
HSV204°32°99°
CMYK 0.320.130.00   0.01
XYZ59.958566.8726101.8430
Yxy66.87260.26220.2924
Hunter Lab81.7757-12.2300-16.5965
CIE-Lab85.4396-8.4204-20.6974

#abdcfc color RGB value is (171,220,252).

#abdcfc hex color red value is 171, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abdcfc hue: 0.57 , saturation: 0.93 and the lightness value of abdcfc is 0.83.

The process color (four color CMYK) of #abdcfc color hex is 0.32, 0.13, 0.00, 0.01. Web safe color of #abdcfc is #99ccff. Color #abdcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11111100
Octal 253 334 374
Decimal 171 220 252
Hex AB DC FC

RGB Percentages of Color #abdcfc

%26.59
%34.21
%39.19

CMYK Percentages of Color #abdcfc

%32
%13
%0
%1

Triadic Colors of #abdcfc

#abdcfc #fcabdc #dcfcab

Analogous Colors of #abdcfc

#abdcfc #abb4fc #abfcf4

Monochromatic Colors of #abdcfc

#abdcfc

Complementary Color

#abdcfc #fccbab

#abdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcfc Color CSS Codes

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

#abdcfc Text Font Color

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

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


#abdcfc Background Color

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

This div background color is #abdcfc


#abdcfc Border Color

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

This div border color is #abdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.