Color Hex Logo

#abdfdc Color Hex

#ABDFDC
(171,223,220)
0 Favorites   0 Comments

Color spaces of #abdfdc

RGB 171223220
HSL0.490.450.77
HSV177°23°87°
CMYK 0.230.000.01   0.13
XYZ56.100566.600677.6085
Yxy66.60060.28010.3325
Hunter Lab81.6092-20.11010.7430
CIE-Lab85.3018-17.2288-3.9958

#abdfdc color RGB value is (171,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11011100
Octal 253 337 334
Decimal 171 223 220
Hex AB DF DC

RGB Percentages of Color #abdfdc

%27.85
%36.32
%35.83

CMYK Percentages of Color #abdfdc

%23
%0
%1
%13

Triadic Colors of #abdfdc

#abdfdc #dcabdf #dfdcab

Analogous Colors of #abdfdc

#abdfdc #abc8df #abdfc2

Monochromatic Colors of #abdfdc

#abdfdc

Complementary Color

#abdfdc #dfabae

#abdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfdc Color CSS Codes

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

#abdfdc Text Font Color

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

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


#abdfdc Background Color

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

This div background color is #abdfdc


#abdfdc Border Color

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

This div border color is #abdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfdc


Comments

No comments written yet.

Please login to write comment.