Color Hex Logo

#abdedf Color Hex

#ABDEDF
(171,222,223)
0 Favorites   0 Comments

Color spaces of #abdedf

RGB 171222223
HSL0.500.450.77
HSV181°23°87°
CMYK 0.230.000.00   0.13
XYZ56.235166.228279.6314
Yxy66.22820.27830.3277
Hunter Lab81.3807-19.0705-1.0490
CIE-Lab85.1127-16.0783-5.8609

#abdedf color RGB value is (171,222,223).

#abdedf hex color red value is 171, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abdedf hue: 0.50 , saturation: 0.45 and the lightness value of abdedf is 0.77.

The process color (four color CMYK) of #abdedf color hex is 0.23, 0.00, 0.00, 0.13. Web safe color of #abdedf is #99cccc. Color #abdedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11011111
Octal 253 336 337
Decimal 171 222 223
Hex AB DE DF

RGB Percentages of Color #abdedf

%27.76
%36.04
%36.20

CMYK Percentages of Color #abdedf

%23
%0
%0
%13

Triadic Colors of #abdedf

#abdedf #dfabde #dedfab

Analogous Colors of #abdedf

#abdedf #abc4df #abdfc6

Monochromatic Colors of #abdedf

#abdedf

Complementary Color

#abdedf #dfacab

#abdedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdedf Color CSS Codes

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

#abdedf Text Font Color

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

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


#abdedf Background Color

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

This div background color is #abdedf


#abdedf Border Color

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

This div border color is #abdedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdedf


Comments

No comments written yet.

Please login to write comment.