Color Hex Logo

#adc4cf Color Hex

#ADC4CF
(173,196,207)
0 Favorites   0 Comments

Color spaces of #adc4cf

RGB 173196207
HSL0.550.260.75
HSV199°16°81°
CMYK 0.160.050.00   0.19
XYZ48.236052.869166.6939
Yxy52.86910.28750.3151
Hunter Lab72.7111-8.8290-3.4856
CIE-Lab77.7977-5.4765-8.1324

#adc4cf color RGB value is (173,196,207).

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

The process color (four color CMYK) of #adc4cf color hex is 0.16, 0.05, 0.00, 0.19. Web safe color of #adc4cf is #99cccc. Color #adc4cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11001111
Octal 255 304 317
Decimal 173 196 207
Hex AD C4 CF

RGB Percentages of Color #adc4cf

%30.03
%34.03
%35.94

CMYK Percentages of Color #adc4cf

%16
%5
%0
%19

Triadic Colors of #adc4cf

#adc4cf #cfadc4 #c4cfad

Analogous Colors of #adc4cf

#adc4cf #adb3cf #adcfc9

Monochromatic Colors of #adc4cf

#adc4cf

Complementary Color

#adc4cf #cfb8ad

#adc4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4cf Color CSS Codes

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

#adc4cf Text Font Color

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

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


#adc4cf Background Color

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

This div background color is #adc4cf


#adc4cf Border Color

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

This div border color is #adc4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4cf


Comments

No comments written yet.

Please login to write comment.