Color Hex Logo

#abdfdd Color Hex

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

Color spaces of #abdfdd

RGB 171223221
HSL0.490.450.77
HSV178°23°87°
CMYK 0.230.000.01   0.13
XYZ56.233466.653778.3083
Yxy66.65370.27950.3313
Hunter Lab81.6417-19.92530.2800
CIE-Lab85.3288-17.0139-4.4847

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

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

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

Base Numbers

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

RGB Percentages of Color #abdfdd

%27.80
%36.26
%35.93

CMYK Percentages of Color #abdfdd

%23
%0
%1
%13

Triadic Colors of #abdfdd

#abdfdd #ddabdf #dfddab

Analogous Colors of #abdfdd

#abdfdd #abc7df #abdfc3

Monochromatic Colors of #abdfdd

#abdfdd

Complementary Color

#abdfdd #dfabad

#abdfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfdd Color CSS Codes

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

#abdfdd Text Font Color

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

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


#abdfdd Background Color

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

This div background color is #abdfdd


#abdfdd Border Color

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

This div border color is #abdfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfdd


Comments

No comments written yet.

Please login to write comment.