Color Hex Logo

#adfdfa Color Hex

#ADFDFA
(173,253,250)
0 Favorites   0 Comments

Color spaces of #adfdfa

RGB 173253250
HSL0.490.950.84
HSV178°32°99°
CMYK 0.320.000.01   0.01
XYZ69.614286.0369103.3802
Yxy86.03690.26870.3321
Hunter Lab92.7561-28.3574-1.1517
CIE-Lab94.3281-24.8499-6.3514

#adfdfa color RGB value is (173,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11111010
Octal 255 375 372
Decimal 173 253 250
Hex AD FD FA

RGB Percentages of Color #adfdfa

%25.59
%37.43
%36.98

CMYK Percentages of Color #adfdfa

%32
%0
%1
%1

Triadic Colors of #adfdfa

#adfdfa #faadfd #fdfaad

Analogous Colors of #adfdfa

#adfdfa #add8fd #adfdd2

Monochromatic Colors of #adfdfa

#adfdfa

Complementary Color

#adfdfa #fdadb0

#adfdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdfa Color CSS Codes

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

#adfdfa Text Font Color

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

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


#adfdfa Background Color

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

This div background color is #adfdfa


#adfdfa Border Color

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

This div border color is #adfdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.