Color Hex Logo

#adcbda Color Hex

#ADCBDA
(173,203,218)
0 Favorites   0 Comments

Color spaces of #adcbda

RGB 173203218
HSL0.560.380.77
HSV200°21°85°
CMYK 0.210.070.00   0.15
XYZ51.244456.658174.5649
Yxy56.65810.28080.3105
Hunter Lab75.2716-10.2036-6.0433
CIE-Lab79.9869-6.7883-10.7928

#adcbda color RGB value is (173,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11011010
Octal 255 313 332
Decimal 173 203 218
Hex AD CB DA

RGB Percentages of Color #adcbda

%29.12
%34.18
%36.70

CMYK Percentages of Color #adcbda

%21
%7
%0
%15

Triadic Colors of #adcbda

#adcbda #daadcb #cbdaad

Analogous Colors of #adcbda

#adcbda #adb5da #addad3

Monochromatic Colors of #adcbda

#adcbda

Complementary Color

#adcbda #dabcad

#adcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbda Color CSS Codes

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

#adcbda Text Font Color

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

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


#adcbda Background Color

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

This div background color is #adcbda


#adcbda Border Color

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

This div border color is #adcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbda


Comments

No comments written yet.

Please login to write comment.