Color Hex Logo

#abddff Color Hex

#ABDDFF
(171,221,255)
0 Favorites   0 Comments

Color spaces of #abddff

RGB 171221255
HSL0.571.000.84
HSV204°33°100°
CMYK 0.330.130.00   0.00
XYZ60.701067.5908104.4548
Yxy67.59080.26080.2904
Hunter Lab82.2136-12.0815-17.7801
CIE-Lab85.8014-8.2173-21.7314

#abddff color RGB value is (171,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11111111
Octal 253 335 377
Decimal 171 221 255
Hex AB DD FF

RGB Percentages of Color #abddff

%26.43
%34.16
%39.41

CMYK Percentages of Color #abddff

%33
%13
%0
%0

Triadic Colors of #abddff

#abddff #ffabdd #ddffab

Analogous Colors of #abddff

#abddff #abb3ff #abfff7

Monochromatic Colors of #abddff

#abddff

Complementary Color

#abddff #ffcdab

#abddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddff Color CSS Codes

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

#abddff Text Font Color

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

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


#abddff Background Color

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

This div background color is #abddff


#abddff Border Color

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

This div border color is #abddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddff

Related Colors


Comments

No comments written yet.

Please login to write comment.