Color Hex Logo

#adf1ba Color Hex

#ADF1BA
(173,241,186)
0 Favorites   0 Comments

Color spaces of #adf1ba

RGB 173241186
HSL0.370.710.81
HSV131°28°95°
CMYK 0.280.000.23   0.05
XYZ57.551875.340057.9631
Yxy75.34000.30150.3948
Hunter Lab86.7986-33.543221.1659
CIE-Lab89.5520-31.962519.8946

#adf1ba color RGB value is (173,241,186).

#adf1ba hex color red value is 173, green value is 241 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #adf1ba hue: 0.37 , saturation: 0.71 and the lightness value of adf1ba is 0.81.

The process color (four color CMYK) of #adf1ba color hex is 0.28, 0.00, 0.23, 0.05. Web safe color of #adf1ba is #99ffcc. Color #adf1ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 10111010
Octal 255 361 272
Decimal 173 241 186
Hex AD F1 BA

RGB Percentages of Color #adf1ba

%28.83
%40.17
%31.00

CMYK Percentages of Color #adf1ba

%28
%0
%23
%5

Triadic Colors of #adf1ba

#adf1ba #baadf1 #f1baad

Analogous Colors of #adf1ba

#adf1ba #adf1dc #c2f1ad

Monochromatic Colors of #adf1ba

#adf1ba

Complementary Color

#adf1ba #f1ade4

#adf1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1ba Color CSS Codes

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

#adf1ba Text Font Color

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

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


#adf1ba Background Color

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

This div background color is #adf1ba


#adf1ba Border Color

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

This div border color is #adf1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1ba


Comments

No comments written yet.

Please login to write comment.