Color Hex Logo

#adccd2 Color Hex

#ADCCD2
(173,204,210)
0 Favorites   0 Comments

Color spaces of #adccd2

RGB 173204210
HSL0.530.290.75
HSV190°18°82°
CMYK 0.180.030.00   0.18
XYZ50.459356.723169.2619
Yxy56.72310.28600.3215
Hunter Lab75.3147-12.2095-1.8047
CIE-Lab80.0236-9.0354-6.4472

#adccd2 color RGB value is (173,204,210).

#adccd2 hex color red value is 173, green value is 204 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #adccd2 hue: 0.53 , saturation: 0.29 and the lightness value of adccd2 is 0.75.

The process color (four color CMYK) of #adccd2 color hex is 0.18, 0.03, 0.00, 0.18. Web safe color of #adccd2 is #99cccc. Color #adccd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11010010
Octal 255 314 322
Decimal 173 204 210
Hex AD CC D2

RGB Percentages of Color #adccd2

%29.47
%34.75
%35.78

CMYK Percentages of Color #adccd2

%18
%3
%0
%18

Triadic Colors of #adccd2

#adccd2 #d2adcc #ccd2ad

Analogous Colors of #adccd2

#adccd2 #adbad2 #add2c6

Monochromatic Colors of #adccd2

#adccd2

Complementary Color

#adccd2 #d2b3ad

#adccd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccd2 Color CSS Codes

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

#adccd2 Text Font Color

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

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


#adccd2 Background Color

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

This div background color is #adccd2


#adccd2 Border Color

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

This div border color is #adccd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccd2


Comments

No comments written yet.

Please login to write comment.