Color Hex Logo

#adcfbc Color Hex

#ADCFBC
(173,207,188)
0 Favorites   0 Comments

Color spaces of #adcfbc

RGB 173207188
HSL0.410.260.75
HSV146°16°81°
CMYK 0.160.000.09   0.19
XYZ48.623557.140756.0435
Yxy57.14070.30050.3531
Hunter Lab75.5915-17.46668.9564
CIE-Lab80.2587-15.01925.6811

#adcfbc color RGB value is (173,207,188).

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

The process color (four color CMYK) of #adcfbc color hex is 0.16, 0.00, 0.09, 0.19. Web safe color of #adcfbc is #99cccc. Color #adcfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10111100
Octal 255 317 274
Decimal 173 207 188
Hex AD CF BC

RGB Percentages of Color #adcfbc

%30.46
%36.44
%33.10

CMYK Percentages of Color #adcfbc

%16
%0
%9
%19

Triadic Colors of #adcfbc

#adcfbc #bcadcf #cfbcad

Analogous Colors of #adcfbc

#adcfbc #adcfcd #afcfad

Monochromatic Colors of #adcfbc

#adcfbc

Complementary Color

#adcfbc #cfadc0

#adcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfbc Color CSS Codes

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

#adcfbc Text Font Color

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

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


#adcfbc Background Color

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

This div background color is #adcfbc


#adcfbc Border Color

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

This div border color is #adcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfbc


Comments

No comments written yet.

Please login to write comment.