Color Hex Logo

#adfadb Color Hex

#ADFADB
(173,250,219)
0 Favorites   0 Comments

Color spaces of #adfadb

RGB 173250219
HSL0.430.890.83
HSV156°31°98°
CMYK 0.310.000.12   0.02
XYZ64.205482.369979.5328
Yxy82.36990.28400.3643
Hunter Lab90.7579-32.548911.5736
CIE-Lab92.7379-29.98427.3604

#adfadb color RGB value is (173,250,219).

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

The process color (four color CMYK) of #adfadb color hex is 0.31, 0.00, 0.12, 0.02. Web safe color of #adfadb is #99ffcc. Color #adfadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11011011
Octal 255 372 333
Decimal 173 250 219
Hex AD FA DB

RGB Percentages of Color #adfadb

%26.95
%38.94
%34.11

CMYK Percentages of Color #adfadb

%31
%0
%12
%2

Triadic Colors of #adfadb

#adfadb #dbadfa #fadbad

Analogous Colors of #adfadb

#adfadb #adf3fa #adfab5

Monochromatic Colors of #adfadb

#adfadb

Complementary Color

#adfadb #faadcc

#adfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfadb Color CSS Codes

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

#adfadb Text Font Color

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

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


#adfadb Background Color

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

This div background color is #adfadb


#adfadb Border Color

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

This div border color is #adfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfadb


Comments

No comments written yet.

Please login to write comment.