Color Hex Logo

#abdfe1 Color Hex

#ABDFE1
(171,223,225)
0 Favorites   0 Comments

Color spaces of #abdfe1

RGB 171223225
HSL0.510.470.78
HSV182°24°88°
CMYK 0.240.010.00   0.12
XYZ56.772966.869581.1490
Yxy66.86950.27720.3265
Hunter Lab81.7738-19.1773-1.5954
CIE-Lab85.4380-16.1467-6.4375

#abdfe1 color RGB value is (171,223,225).

#abdfe1 hex color red value is 171, green value is 223 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #abdfe1 hue: 0.51 , saturation: 0.47 and the lightness value of abdfe1 is 0.78.

The process color (four color CMYK) of #abdfe1 color hex is 0.24, 0.01, 0.00, 0.12. Web safe color of #abdfe1 is #99cccc. Color #abdfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11100001
Octal 253 337 341
Decimal 171 223 225
Hex AB DF E1

RGB Percentages of Color #abdfe1

%27.63
%36.03
%36.35

CMYK Percentages of Color #abdfe1

%24
%1
%0
%12

Triadic Colors of #abdfe1

#abdfe1 #e1abdf #dfe1ab

Analogous Colors of #abdfe1

#abdfe1 #abc4e1 #abe1c8

Monochromatic Colors of #abdfe1

#abdfe1

Complementary Color

#abdfe1 #e1adab

#abdfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfe1 Color CSS Codes

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

#abdfe1 Text Font Color

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

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


#abdfe1 Background Color

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

This div background color is #abdfe1


#abdfe1 Border Color

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

This div border color is #abdfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfe1


Comments

No comments written yet.

Please login to write comment.