Color Hex Logo

#abdbdc Color Hex

#ABDBDC
(171,219,220)
0 Favorites   0 Comments

Color spaces of #abdbdc

RGB 171219220
HSL0.500.410.77
HSV181°22°86°
CMYK 0.220.000.00   0.14
XYZ55.044464.488377.2565
Yxy64.48830.27970.3277
Hunter Lab80.3046-18.1811-0.8263
CIE-Lab84.2194-15.2115-5.5916

#abdbdc color RGB value is (171,219,220).

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

The process color (four color CMYK) of #abdbdc color hex is 0.22, 0.00, 0.00, 0.14. Web safe color of #abdbdc is #99cccc. Color #abdbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11011100
Octal 253 333 334
Decimal 171 219 220
Hex AB DB DC

RGB Percentages of Color #abdbdc

%28.03
%35.90
%36.07

CMYK Percentages of Color #abdbdc

%22
%0
%0
%14

Triadic Colors of #abdbdc

#abdbdc #dcabdb #dbdcab

Analogous Colors of #abdbdc

#abdbdc #abc3dc #abdcc5

Monochromatic Colors of #abdbdc

#abdbdc

Complementary Color

#abdbdc #dcacab

#abdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbdc Color CSS Codes

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

#abdbdc Text Font Color

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

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


#abdbdc Background Color

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

This div background color is #abdbdc


#abdbdc Border Color

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

This div border color is #abdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbdc


Comments

No comments written yet.

Please login to write comment.