Color Hex Logo

#abbdff Color Hex

#ABBDFF
(171,189,255)
0 Favorites   0 Comments

Color spaces of #abbdff

RGB 171189255
HSL0.631.000.84
HSV227°33°100°
CMYK 0.330.260.00   0.00
XYZ53.042252.2731101.9018
Yxy52.27310.25600.2523
Hunter Lab72.30014.4293-32.9549
CIE-Lab77.44398.8775-34.5207

#abbdff color RGB value is (171,189,255).

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

The process color (four color CMYK) of #abbdff color hex is 0.33, 0.26, 0.00, 0.00. Web safe color of #abbdff is #99ccff. Color #abbdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11111111
Octal 253 275 377
Decimal 171 189 255
Hex AB BD FF

RGB Percentages of Color #abbdff

%27.80
%30.73
%41.46

CMYK Percentages of Color #abbdff

%33
%26
%0
%0

Triadic Colors of #abbdff

#abbdff #ffabbd #bdffab

Analogous Colors of #abbdff

#abbdff #c3abff #abe7ff

Monochromatic Colors of #abbdff

#abbdff

Complementary Color

#abbdff #ffedab

#abbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdff Color CSS Codes

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

#abbdff Text Font Color

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

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


#abbdff Background Color

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

This div background color is #abbdff


#abbdff Border Color

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

This div border color is #abbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdff

Related Colors


Comments

No comments written yet.

Please login to write comment.