Color Hex Logo

#abdddf Color Hex

#ABDDDF
(171,221,223)
0 Favorites   0 Comments

Color spaces of #abdddf

RGB 171221223
HSL0.510.450.77
HSV182°23°87°
CMYK 0.230.010.00   0.13
XYZ55.970365.698579.5432
Yxy65.69850.27820.3265
Hunter Lab81.0546-18.5867-1.4462
CIE-Lab84.8424-15.5731-6.2603

#abdddf color RGB value is (171,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11011111
Octal 253 335 337
Decimal 171 221 223
Hex AB DD DF

RGB Percentages of Color #abdddf

%27.80
%35.93
%36.26

CMYK Percentages of Color #abdddf

%23
%1
%0
%13

Triadic Colors of #abdddf

#abdddf #dfabdd #dddfab

Analogous Colors of #abdddf

#abdddf #abc3df #abdfc7

Monochromatic Colors of #abdddf

#abdddf

Complementary Color

#abdddf #dfadab

#abdddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdddf Color CSS Codes

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

#abdddf Text Font Color

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

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


#abdddf Background Color

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

This div background color is #abdddf


#abdddf Border Color

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

This div border color is #abdddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdddf


Comments

No comments written yet.

Please login to write comment.