Color Hex Logo

#adbfda Color Hex

#ADBFDA
(173,191,218)
0 Favorites   0 Comments

Color spaces of #adbfda

RGB 173191218
HSL0.600.380.77
HSV216°21°85°
CMYK 0.210.120.00   0.15
XYZ48.519351.207873.6565
Yxy51.20780.27980.2953
Hunter Lab71.5596-4.2017-10.9356
CIE-Lab76.8047-0.4173-15.5605

#adbfda color RGB value is (173,191,218).

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

The process color (four color CMYK) of #adbfda color hex is 0.21, 0.12, 0.00, 0.15. Web safe color of #adbfda is #99cccc. Color #adbfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11011010
Octal 255 277 332
Decimal 173 191 218
Hex AD BF DA

RGB Percentages of Color #adbfda

%29.73
%32.82
%37.46

CMYK Percentages of Color #adbfda

%21
%12
%0
%15

Triadic Colors of #adbfda

#adbfda #daadbf #bfdaad

Analogous Colors of #adbfda

#adbfda #b2adda #add6da

Monochromatic Colors of #adbfda

#adbfda

Complementary Color

#adbfda #dac8ad

#adbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfda Color CSS Codes

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

#adbfda Text Font Color

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

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


#adbfda Background Color

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

This div background color is #adbfda


#adbfda Border Color

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

This div border color is #adbfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfda


Comments

No comments written yet.

Please login to write comment.