Color Hex Logo

#abbdfc Color Hex

#ABBDFC
(171,189,252)
0 Favorites   0 Comments

Color spaces of #abbdfc

RGB 171189252
HSL0.630.930.83
HSV227°32°99°
CMYK 0.320.250.00   0.01
XYZ52.562952.081499.3778
Yxy52.08140.25760.2553
Hunter Lab72.16743.7168-31.1278
CIE-Lab77.32958.1268-33.0892

#abbdfc color RGB value is (171,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11111100
Octal 253 275 374
Decimal 171 189 252
Hex AB BD FC

RGB Percentages of Color #abbdfc

%27.94
%30.88
%41.18

CMYK Percentages of Color #abbdfc

%32
%25
%0
%1

Triadic Colors of #abbdfc

#abbdfc #fcabbd #bdfcab

Analogous Colors of #abbdfc

#abbdfc #c2abfc #abe6fc

Monochromatic Colors of #abbdfc

#abbdfc

Complementary Color

#abbdfc #fceaab

#abbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdfc Color CSS Codes

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

#abbdfc Text Font Color

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

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


#abbdfc Background Color

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

This div background color is #abbdfc


#abbdfc Border Color

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

This div border color is #abbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdfc


Comments

No comments written yet.

Please login to write comment.