Color Hex Logo

#abdcfd Color Hex

#ABDCFD
(171,220,253)
0 Favorites   0 Comments

Color spaces of #abdcfd

RGB 171220253
HSL0.570.950.83
HSV204°32°99°
CMYK 0.320.130.00   0.01
XYZ60.117466.9362102.6800
Yxy66.93620.26170.2914
Hunter Lab81.8145-12.0135-17.1408
CIE-Lab85.4717-8.1805-21.1763

#abdcfd color RGB value is (171,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11111101
Octal 253 334 375
Decimal 171 220 253
Hex AB DC FD

RGB Percentages of Color #abdcfd

%26.55
%34.16
%39.29

CMYK Percentages of Color #abdcfd

%32
%13
%0
%1

Triadic Colors of #abdcfd

#abdcfd #fdabdc #dcfdab

Analogous Colors of #abdcfd

#abdcfd #abb3fd #abfdf5

Monochromatic Colors of #abdcfd

#abdcfd

Complementary Color

#abdcfd #fdccab

#abdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcfd Color CSS Codes

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

#abdcfd Text Font Color

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

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


#abdcfd Background Color

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

This div background color is #abdcfd


#abdcfd Border Color

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

This div border color is #abdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcfd


Comments

No comments written yet.

Please login to write comment.