Color Hex Logo

#adcfd0 Color Hex

#ADCFD0
(173,207,208)
0 Favorites   0 Comments

Color spaces of #adcfd0

RGB 173207208
HSL0.500.270.75
HSV182°17°82°
CMYK 0.170.000.00   0.18
XYZ50.931658.064068.1976
Yxy58.06400.28740.3277
Hunter Lab76.1997-14.04090.2762
CIE-Lab80.7744-11.0122-4.2672

#adcfd0 color RGB value is (173,207,208).

#adcfd0 hex color red value is 173, green value is 207 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #adcfd0 hue: 0.50 , saturation: 0.27 and the lightness value of adcfd0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11010000
Octal 255 317 320
Decimal 173 207 208
Hex AD CF D0

RGB Percentages of Color #adcfd0

%29.42
%35.20
%35.37

CMYK Percentages of Color #adcfd0

%17
%0
%0
%18

Triadic Colors of #adcfd0

#adcfd0 #d0adcf #cfd0ad

Analogous Colors of #adcfd0

#adcfd0 #adbed0 #add0c0

Monochromatic Colors of #adcfd0

#adcfd0

Complementary Color

#adcfd0 #d0aead

#adcfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfd0 Color CSS Codes

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

#adcfd0 Text Font Color

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

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


#adcfd0 Background Color

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

This div background color is #adcfd0


#adcfd0 Border Color

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

This div border color is #adcfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfd0


Comments

No comments written yet.

Please login to write comment.