Color Hex Logo

#abc4fd Color Hex

#ABC4FD
(171,196,253)
0 Favorites   0 Comments

Color spaces of #abc4fd

RGB 171196253
HSL0.620.950.83
HSV222°32°99°
CMYK 0.320.230.00   0.01
XYZ54.264155.2296100.7289
Yxy55.22960.25810.2627
Hunter Lab74.31660.2821-28.3402
CIE-Lab79.17334.5599-30.7854

#abc4fd color RGB value is (171,196,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11111101
Octal 253 304 375
Decimal 171 196 253
Hex AB C4 FD

RGB Percentages of Color #abc4fd

%27.58
%31.61
%40.81

CMYK Percentages of Color #abc4fd

%32
%23
%0
%1

Triadic Colors of #abc4fd

#abc4fd #fdabc4 #c4fdab

Analogous Colors of #abc4fd

#abc4fd #bbabfd #abedfd

Monochromatic Colors of #abc4fd

#abc4fd

Complementary Color

#abc4fd #fde4ab

#abc4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4fd Color CSS Codes

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

#abc4fd Text Font Color

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

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


#abc4fd Background Color

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

This div background color is #abc4fd


#abc4fd Border Color

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

This div border color is #abc4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4fd


Comments

No comments written yet.

Please login to write comment.