Color Hex Logo

#adfcbd Color Hex

#ADFCBD
(173,252,189)
0 Favorites   0 Comments

Color spaces of #adfcbd

RGB 173252189
HSL0.370.930.83
HSV132°31°99°
CMYK 0.310.000.25   0.01
XYZ61.229382.179260.7792
Yxy82.17920.29990.4025
Hunter Lab90.6527-38.078623.7052
CIE-Lab92.6539-36.508222.6591

#adfcbd color RGB value is (173,252,189).

#adfcbd hex color red value is 173, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adfcbd hue: 0.37 , saturation: 0.93 and the lightness value of adfcbd is 0.83.

The process color (four color CMYK) of #adfcbd color hex is 0.31, 0.00, 0.25, 0.01. Web safe color of #adfcbd is #99ffcc. Color #adfcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 10111101
Octal 255 374 275
Decimal 173 252 189
Hex AD FC BD

RGB Percentages of Color #adfcbd

%28.18
%41.04
%30.78

CMYK Percentages of Color #adfcbd

%31
%0
%25
%1

Triadic Colors of #adfcbd

#adfcbd #bdadfc #fcbdad

Analogous Colors of #adfcbd

#adfcbd #adfce5 #c5fcad

Monochromatic Colors of #adfcbd

#adfcbd

Complementary Color

#adfcbd #fcadec

#adfcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfcbd Color CSS Codes

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

#adfcbd Text Font Color

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

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


#adfcbd Background Color

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

This div background color is #adfcbd


#adfcbd Border Color

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

This div border color is #adfcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.