Color Hex Logo

#abddfe Color Hex

#ABDDFE
(171,221,254)
0 Favorites   0 Comments

Color spaces of #abddfe

RGB 171221254
HSL0.570.980.83
HSV204°33°100°
CMYK 0.330.130.00   0.00
XYZ60.540467.5266103.6090
Yxy67.52660.26130.2915
Hunter Lab82.1746-12.2993-17.2330
CIE-Lab85.7692-8.4584-21.2532

#abddfe color RGB value is (171,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11111110
Octal 253 335 376
Decimal 171 221 254
Hex AB DD FE

RGB Percentages of Color #abddfe

%26.47
%34.21
%39.32

CMYK Percentages of Color #abddfe

%33
%13
%0
%0

Triadic Colors of #abddfe

#abddfe #feabdd #ddfeab

Analogous Colors of #abddfe

#abddfe #abb4fe #abfef6

Monochromatic Colors of #abddfe

#abddfe

Complementary Color

#abddfe #feccab

#abddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddfe Color CSS Codes

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

#abddfe Text Font Color

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

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


#abddfe Background Color

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

This div background color is #abddfe


#abddfe Border Color

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

This div border color is #abddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.