Color Hex Logo

#adccda Color Hex

#ADCCDA
(173,204,218)
0 Favorites   0 Comments

Color spaces of #adccda

RGB 173204218
HSL0.550.380.77
HSV199°21°85°
CMYK 0.210.060.00   0.15
XYZ51.481357.131974.6439
Yxy57.13190.28090.3118
Hunter Lab75.5856-10.6987-5.6413
CIE-Lab80.2537-7.3122-10.3950

#adccda color RGB value is (173,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11011010
Octal 255 314 332
Decimal 173 204 218
Hex AD CC DA

RGB Percentages of Color #adccda

%29.08
%34.29
%36.64

CMYK Percentages of Color #adccda

%21
%6
%0
%15

Triadic Colors of #adccda

#adccda #daadcc #ccdaad

Analogous Colors of #adccda

#adccda #adb6da #addad2

Monochromatic Colors of #adccda

#adccda

Complementary Color

#adccda #dabbad

#adccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccda Color CSS Codes

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

#adccda Text Font Color

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

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


#adccda Background Color

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

This div background color is #adccda


#adccda Border Color

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

This div border color is #adccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccda


Comments

No comments written yet.

Please login to write comment.