Color Hex Logo

#adffbb Color Hex

#ADFFBB
(173,255,187)
0 Favorites   0 Comments

Color spaces of #adffbb

RGB 173255187
HSL0.361.000.84
HSV130°32°100°
CMYK 0.320.000.27   0.00
XYZ61.963283.992159.9600
Yxy83.99210.30090.4079
Hunter Lab91.6472-39.697725.3627
CIE-Lab93.4471-38.208624.7698

#adffbb color RGB value is (173,255,187).

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

The process color (four color CMYK) of #adffbb color hex is 0.32, 0.00, 0.27, 0.00. Web safe color of #adffbb is #99ffcc. Color #adffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 10111011
Octal 255 377 273
Decimal 173 255 187
Hex AD FF BB

RGB Percentages of Color #adffbb

%28.13
%41.46
%30.41

CMYK Percentages of Color #adffbb

%32
%0
%27
%0

Triadic Colors of #adffbb

#adffbb #bbadff #ffbbad

Analogous Colors of #adffbb

#adffbb #adffe4 #c8ffad

Monochromatic Colors of #adffbb

#adffbb

Complementary Color

#adffbb #ffadf1

#adffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffbb Color CSS Codes

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

#adffbb Text Font Color

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

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


#adffbb Background Color

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

This div background color is #adffbb


#adffbb Border Color

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

This div border color is #adffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffbb


Comments

No comments written yet.

Please login to write comment.