Color Hex Logo

#adccd7 Color Hex

#ADCCD7
(173,204,215)
0 Favorites   0 Comments

Color spaces of #adccd7

RGB 173204215
HSL0.540.340.76
HSV196°20°84°
CMYK 0.200.050.00   0.16
XYZ51.092256.976372.5947
Yxy56.97630.28280.3154
Hunter Lab75.4826-11.2727-4.1837
CIE-Lab80.1663-7.9646-8.9170

#adccd7 color RGB value is (173,204,215).

#adccd7 hex color red value is 173, green value is 204 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #adccd7 hue: 0.54 , saturation: 0.34 and the lightness value of adccd7 is 0.76.

The process color (four color CMYK) of #adccd7 color hex is 0.20, 0.05, 0.00, 0.16. Web safe color of #adccd7 is #99cccc. Color #adccd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11010111
Octal 255 314 327
Decimal 173 204 215
Hex AD CC D7

RGB Percentages of Color #adccd7

%29.22
%34.46
%36.32

CMYK Percentages of Color #adccd7

%20
%5
%0
%16

Triadic Colors of #adccd7

#adccd7 #d7adcc #ccd7ad

Analogous Colors of #adccd7

#adccd7 #adb7d7 #add7cd

Monochromatic Colors of #adccd7

#adccd7

Complementary Color

#adccd7 #d7b8ad

#adccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccd7 Color CSS Codes

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

#adccd7 Text Font Color

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

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


#adccd7 Background Color

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

This div background color is #adccd7


#adccd7 Border Color

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

This div border color is #adccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccd7


Comments

No comments written yet.

Please login to write comment.