Color Hex Logo

#adcbd4 Color Hex

#ADCBD4
(173,203,212)
0 Favorites   0 Comments

Color spaces of #adcbd4

RGB 173203212
HSL0.540.310.75
HSV194°18°83°
CMYK 0.180.040.00   0.17
XYZ50.473256.349670.5037
Yxy56.34960.28460.3178
Hunter Lab75.0664-11.3461-3.1398
CIE-Lab79.8124-8.0878-7.8333

#adcbd4 color RGB value is (173,203,212).

#adcbd4 hex color red value is 173, green value is 203 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #adcbd4 hue: 0.54 , saturation: 0.31 and the lightness value of adcbd4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 11010100
Octal 255 313 324
Decimal 173 203 212
Hex AD CB D4

RGB Percentages of Color #adcbd4

%29.42
%34.52
%36.05

CMYK Percentages of Color #adcbd4

%18
%4
%0
%17

Triadic Colors of #adcbd4

#adcbd4 #d4adcb #cbd4ad

Analogous Colors of #adcbd4

#adcbd4 #adb8d4 #add4ca

Monochromatic Colors of #adcbd4

#adcbd4

Complementary Color

#adcbd4 #d4b6ad

#adcbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbd4 Color CSS Codes

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

#adcbd4 Text Font Color

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

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


#adcbd4 Background Color

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

This div background color is #adcbd4


#adcbd4 Border Color

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

This div border color is #adcbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbd4


Comments

No comments written yet.

Please login to write comment.