Color Hex Logo

#adfbcd Color Hex

#ADFBCD
(173,251,205)
0 Favorites   0 Comments

Color spaces of #adfbcd

RGB 173251205
HSL0.400.910.83
HSV145°31°98°
CMYK 0.310.000.18   0.02
XYZ62.750282.286470.3332
Yxy82.28640.29140.3821
Hunter Lab90.7119-35.267817.5279
CIE-Lab92.7011-33.165614.5283

#adfbcd color RGB value is (173,251,205).

#adfbcd hex color red value is 173, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adfbcd hue: 0.40 , saturation: 0.91 and the lightness value of adfbcd is 0.83.

The process color (four color CMYK) of #adfbcd color hex is 0.31, 0.00, 0.18, 0.02. Web safe color of #adfbcd is #99ffcc. Color #adfbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11001101
Octal 255 373 315
Decimal 173 251 205
Hex AD FB CD

RGB Percentages of Color #adfbcd

%27.50
%39.90
%32.59

CMYK Percentages of Color #adfbcd

%31
%0
%18
%2

Triadic Colors of #adfbcd

#adfbcd #cdadfb #fbcdad

Analogous Colors of #adfbcd

#adfbcd #adfbf4 #b4fbad

Monochromatic Colors of #adfbcd

#adfbcd

Complementary Color

#adfbcd #fbaddb

#adfbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbcd Color CSS Codes

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

#adfbcd Text Font Color

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

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


#adfbcd Background Color

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

This div background color is #adfbcd


#adfbcd Border Color

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

This div border color is #adfbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbcd


Comments

No comments written yet.

Please login to write comment.