color codes Logo

#adfabb color codes

#ADFABB
(173,250,187)
0 Favorites   0 Comments

Color spaces of #adfabb

RGB 173250187
HSL0.360.890.83
HSV131°31°98°
CMYK 0.310.000.25   0.02
XYZ60.388880.843359.4352
Yxy80.84330.30090.4029
Hunter Lab89.9129-37.460423.7465
CIE-Lab92.0619-35.941622.8613

#adfabb color RGB value is (173,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 10111011
Octal 255 372 273
Decimal 173 250 187
Hex AD FA BB

RGB Percentages of Color #adfabb

%28.36
%40.98
%30.66

CMYK Percentages of Color #adfabb

%31
%0
%25
%2

Triadic Colors of #adfabb

#adfabb #bbadfa #fabbad

Analogous Colors of #adfabb

#adfabb #adfae2 #c6faad

Monochromatic Colors of #adfabb

#adfabb

Complementary Color

#adfabb #faadec

#adfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfabb Color CSS Codes

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

#adfabb Text Font Color

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

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


#adfabb Background Color

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

This div background color is #adfabb


#adfabb Border Color

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

This div border color is #adfabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfabb


Comments

No comments written yet.

Please login to write comment.