Color Hex Logo

#adbcda Color Hex

#ADBCDA
(173,188,218)
0 Favorites   0 Comments

Color spaces of #adbcda

RGB 173188218
HSL0.610.380.77
HSV220°21°85°
CMYK 0.210.140.00   0.15
XYZ47.871749.912673.4407
Yxy49.91260.27960.2915
Hunter Lab70.6488-2.6838-12.1788
CIE-Lab76.01561.1982-16.7495

#adbcda color RGB value is (173,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011010
Octal 255 274 332
Decimal 173 188 218
Hex AD BC DA

RGB Percentages of Color #adbcda

%29.88
%32.47
%37.65

CMYK Percentages of Color #adbcda

%21
%14
%0
%15

Triadic Colors of #adbcda

#adbcda #daadbc #bcdaad

Analogous Colors of #adbcda

#adbcda #b5adda #add3da

Monochromatic Colors of #adbcda

#adbcda

Complementary Color

#adbcda #dacbad

#adbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcda Color CSS Codes

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

#adbcda Text Font Color

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

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


#adbcda Background Color

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

This div background color is #adbcda


#adbcda Border Color

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

This div border color is #adbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcda


Comments

No comments written yet.

Please login to write comment.