Color Hex Logo

#adcfdf Color Hex

#ADCFDF
(173,207,223)
0 Favorites   0 Comments

Color spaces of #adcfdf

RGB 173207223
HSL0.550.440.78
HSV199°22°87°
CMYK 0.220.070.00   0.13
XYZ52.865758.837678.3825
Yxy58.83760.27810.3095
Hunter Lab76.7057-11.2124-6.8921
CIE-Lab81.2022-7.7795-11.6560

#adcfdf color RGB value is (173,207,223).

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

The process color (four color CMYK) of #adcfdf color hex is 0.22, 0.07, 0.00, 0.13. Web safe color of #adcfdf is #99cccc. Color #adcfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11011111
Octal 255 317 337
Decimal 173 207 223
Hex AD CF DF

RGB Percentages of Color #adcfdf

%28.69
%34.33
%36.98

CMYK Percentages of Color #adcfdf

%22
%7
%0
%13

Triadic Colors of #adcfdf

#adcfdf #dfadcf #cfdfad

Analogous Colors of #adcfdf

#adcfdf #adb6df #addfd6

Monochromatic Colors of #adcfdf

#adcfdf

Complementary Color

#adcfdf #dfbdad

#adcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfdf Color CSS Codes

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

#adcfdf Text Font Color

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

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


#adcfdf Background Color

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

This div background color is #adcfdf


#adcfdf Border Color

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

This div border color is #adcfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfdf

#adcfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.