color codes Logo

#adfab1 color codes

#ADFAB1
(173,250,177)
0 Favorites   0 Comments

Color spaces of #adfab1

RGB 173250177
HSL0.340.890.83
HSV123°31°98°
CMYK 0.310.000.29   0.02
XYZ59.355080.429853.9911
Yxy80.42980.30630.4151
Hunter Lab89.6827-38.807427.0839
CIE-Lab91.8774-37.613127.6943

#adfab1 color RGB value is (173,250,177).

#adfab1 hex color red value is 173, green value is 250 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #adfab1 hue: 0.34 , saturation: 0.89 and the lightness value of adfab1 is 0.83.

The process color (four color CMYK) of #adfab1 color code is 0.31, 0.00, 0.29, 0.02. Web safe color of #adfab1 is #99ff99. Color #adfab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10110001
Octal 255 372 261
Decimal 173 250 177
Hex AD FA B1

RGB Percentages of Color #adfab1

%28.83
%41.67
%29.50

CMYK Percentages of Color #adfab1

%31
%0
%29
%2

Triadic Colors of #adfab1

#adfab1 #b1adfa #fab1ad

Analogous Colors of #adfab1

#adfab1 #adfad8 #d0faad

Monochromatic Colors of #adfab1

#adfab1

Complementary Color

#adfab1 #faadf6

#adfab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfab1 Color CSS Codes

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

#adfab1 Text Font Color

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

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


#adfab1 Background Color

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

This div background color is #adfab1


#adfab1 Border Color

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

This div border color is #adfab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfab1


Comments

No comments written yet.

Please login to write comment.