Color Hex Logo

#adfbbc Color Hex

#ADFBBC
(173,251,188)
0 Favorites   0 Comments

Color spaces of #adfbbc

RGB 173251188
HSL0.370.910.83
HSV132°31°98°
CMYK 0.310.000.25   0.02
XYZ60.807981.509460.1049
Yxy81.50940.30040.4027
Hunter Lab90.2826-37.769623.7259
CIE-Lab92.3579-36.225322.7600

#adfbbc color RGB value is (173,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10111100
Octal 255 373 274
Decimal 173 251 188
Hex AD FB BC

RGB Percentages of Color #adfbbc

%28.27
%41.01
%30.72

CMYK Percentages of Color #adfbbc

%31
%0
%25
%2

Triadic Colors of #adfbbc

#adfbbc #bcadfb #fbbcad

Analogous Colors of #adfbbc

#adfbbc #adfbe3 #c5fbad

Monochromatic Colors of #adfbbc

#adfbbc

Complementary Color

#adfbbc #fbadec

#adfbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbbc Color CSS Codes

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

#adfbbc Text Font Color

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

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


#adfbbc Background Color

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

This div background color is #adfbbc


#adfbbc Border Color

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

This div border color is #adfbbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,251,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 #adfbbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbbc


Comments

No comments written yet.

Please login to write comment.