Color Hex Logo

#adfdba Color Hex

#ADFDBA
(173,253,186)
0 Favorites   0 Comments

Color spaces of #adfdba

RGB 173253186
HSL0.360.950.84
HSV130°32°99°
CMYK 0.320.000.26   0.01
XYZ61.221882.680059.1865
Yxy82.68000.30150.4071
Hunter Lab90.9285-38.941725.0574
CIE-Lab92.8742-37.475324.4900

#adfdba color RGB value is (173,253,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10111010
Octal 255 375 272
Decimal 173 253 186
Hex AD FD BA

RGB Percentages of Color #adfdba

%28.27
%41.34
%30.39

CMYK Percentages of Color #adfdba

%32
%0
%26
%1

Triadic Colors of #adfdba

#adfdba #baadfd #fdbaad

Analogous Colors of #adfdba

#adfdba #adfde2 #c8fdad

Monochromatic Colors of #adfdba

#adfdba

Complementary Color

#adfdba #fdadf0

#adfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdba Color CSS Codes

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

#adfdba Text Font Color

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

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


#adfdba Background Color

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

This div background color is #adfdba


#adfdba Border Color

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

This div border color is #adfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdba

Related Colors


Comments

No comments written yet.

Please login to write comment.