Color Hex Logo

#abdfdb Color Hex

#ABDFDB
(171,223,219)
0 Favorites   0 Comments

Color spaces of #abdfdb

RGB 171223219
HSL0.490.450.77
HSV175°23°87°
CMYK 0.230.000.02   0.13
XYZ55.968466.547876.9130
Yxy66.54780.28060.3337
Hunter Lab81.5768-20.29381.2035
CIE-Lab85.2751-17.4429-3.5067

#abdfdb color RGB value is (171,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11011011
Octal 253 337 333
Decimal 171 223 219
Hex AB DF DB

RGB Percentages of Color #abdfdb

%27.90
%36.38
%35.73

CMYK Percentages of Color #abdfdb

%23
%0
%2
%13

Triadic Colors of #abdfdb

#abdfdb #dbabdf #dfdbab

Analogous Colors of #abdfdb

#abdfdb #abc9df #abdfc1

Monochromatic Colors of #abdfdb

#abdfdb

Complementary Color

#abdfdb #dfabaf

#abdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfdb Color CSS Codes

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

#abdfdb Text Font Color

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

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


#abdfdb Background Color

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

This div background color is #abdfdb


#abdfdb Border Color

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

This div border color is #abdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfdb


Comments

No comments written yet.

Please login to write comment.