Color Hex Logo

#a5fadf Color Hex

#A5FADF
(165,250,223)
0 Favorites   0 Comments

Color spaces of #a5fadf

RGB 165250223
HSL0.450.890.81
HSV161°34°98°
CMYK 0.340.000.11   0.02
XYZ63.021981.698382.2598
Yxy81.69830.27770.3599
Hunter Lab90.3871-33.71939.3121
CIE-Lab92.4415-31.41924.8140

#a5fadf color RGB value is (165,250,223).

#a5fadf hex color red value is 165, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a5fadf hue: 0.45 , saturation: 0.89 and the lightness value of a5fadf is 0.81.

The process color (four color CMYK) of #a5fadf color hex is 0.34, 0.00, 0.11, 0.02. Web safe color of #a5fadf is #99ffcc. Color #a5fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111010 11011111
Octal 245 372 337
Decimal 165 250 223
Hex A5 FA DF

RGB Percentages of Color #a5fadf

%25.86
%39.18
%34.95

CMYK Percentages of Color #a5fadf

%34
%0
%11
%2

Triadic Colors of #a5fadf

#a5fadf #dfa5fa #fadfa5

Analogous Colors of #a5fadf

#a5fadf #a5ebfa #a5fab5

Monochromatic Colors of #a5fadf

#a5fadf

Complementary Color

#a5fadf #faa5c0

#a5fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fadf Color CSS Codes

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

#a5fadf Text Font Color

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

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


#a5fadf Background Color

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

This div background color is #a5fadf


#a5fadf Border Color

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

This div border color is #a5fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fadf


Comments

No comments written yet.

Please login to write comment.