Color Hex Logo

#adcfdc Color Hex

#ADCFDC
(173,207,220)
0 Favorites   0 Comments

Color spaces of #adcfdc

RGB 173207220
HSL0.550.400.77
HSV197°21°86°
CMYK 0.210.060.00   0.14
XYZ52.464758.677276.2708
Yxy58.67720.27990.3131
Hunter Lab76.6010-11.7957-5.4137
CIE-Lab81.1138-8.4408-10.1841

#adcfdc color RGB value is (173,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11011100
Octal 255 317 334
Decimal 173 207 220
Hex AD CF DC

RGB Percentages of Color #adcfdc

%28.83
%34.50
%36.67

CMYK Percentages of Color #adcfdc

%21
%6
%0
%14

Triadic Colors of #adcfdc

#adcfdc #dcadcf #cfdcad

Analogous Colors of #adcfdc

#adcfdc #adb8dc #addcd2

Monochromatic Colors of #adcfdc

#adcfdc

Complementary Color

#adcfdc #dcbaad

#adcfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfdc Color CSS Codes

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

#adcfdc Text Font Color

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

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


#adcfdc Background Color

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

This div background color is #adcfdc


#adcfdc Border Color

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

This div border color is #adcfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfdc


Comments

No comments written yet.

Please login to write comment.