Color Hex Logo

#adbfdc Color Hex

#ADBFDC
(173,191,220)
0 Favorites   0 Comments

Color spaces of #adbfdc

RGB 173191220
HSL0.600.400.77
HSV217°21°86°
CMYK 0.210.130.00   0.14
XYZ48.782651.313175.0435
Yxy51.31310.27850.2930
Hunter Lab71.6332-3.7985-11.9695
CIE-Lab76.86830.0302-16.5461

#adbfdc color RGB value is (173,191,220).

#adbfdc hex color red value is 173, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adbfdc hue: 0.60 , saturation: 0.40 and the lightness value of adbfdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11011100
Octal 255 277 334
Decimal 173 191 220
Hex AD BF DC

RGB Percentages of Color #adbfdc

%29.62
%32.71
%37.67

CMYK Percentages of Color #adbfdc

%21
%13
%0
%14

Triadic Colors of #adbfdc

#adbfdc #dcadbf #bfdcad

Analogous Colors of #adbfdc

#adbfdc #b3addc #add7dc

Monochromatic Colors of #adbfdc

#adbfdc

Complementary Color

#adbfdc #dccaad

#adbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfdc Color CSS Codes

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

#adbfdc Text Font Color

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

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


#adbfdc Background Color

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

This div background color is #adbfdc


#adbfdc Border Color

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

This div border color is #adbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfdc


Comments

No comments written yet.

Please login to write comment.