Color Hex Logo

#abdff1 Color Hex

#ABDFF1
(171,223,241)
1 Favorites   0 Comments

Color spaces of #abdff1

RGB 171223241
HSL0.540.710.81
HSV195°29°95°
CMYK 0.290.070.00   0.05
XYZ59.059467.784293.1900
Yxy67.78420.26840.3081
Hunter Lab82.3312-16.0344-9.4781
CIE-Lab85.8984-12.5525-14.2020

#abdff1 color RGB value is (171,223,241).

#abdff1 hex color red value is 171, green value is 223 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #abdff1 hue: 0.54 , saturation: 0.71 and the lightness value of abdff1 is 0.81.

The process color (four color CMYK) of #abdff1 color hex is 0.29, 0.07, 0.00, 0.05. Web safe color of #abdff1 is #99ccff. Color #abdff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11110001
Octal 253 337 361
Decimal 171 223 241
Hex AB DF F1

RGB Percentages of Color #abdff1

%26.93
%35.12
%37.95

CMYK Percentages of Color #abdff1

%29
%7
%0
%5

Triadic Colors of #abdff1

#abdff1 #f1abdf #dff1ab

Analogous Colors of #abdff1

#abdff1 #abbcf1 #abf1e0

Monochromatic Colors of #abdff1

#abdff1

Complementary Color

#abdff1 #f1bdab

#abdff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdff1 Color CSS Codes

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

#abdff1 Text Font Color

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

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


#abdff1 Background Color

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

This div background color is #abdff1


#abdff1 Border Color

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

This div border color is #abdff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdff1

#abdff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.