Color Hex Logo

#a5fddf Color Hex

#A5FDDF
(165,253,223)
0 Favorites   0 Comments

Color spaces of #a5fddf

RGB 165253223
HSL0.440.960.82
HSV160°35°99°
CMYK 0.350.000.12   0.01
XYZ63.961683.577682.5730
Yxy83.57760.27800.3632
Hunter Lab91.4208-35.100710.4427
CIE-Lab93.2667-32.81976.0058

#a5fddf color RGB value is (165,253,223).

#a5fddf hex color red value is 165, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a5fddf hue: 0.44 , saturation: 0.96 and the lightness value of a5fddf is 0.82.

The process color (four color CMYK) of #a5fddf color hex is 0.35, 0.00, 0.12, 0.01. Web safe color of #a5fddf is #99ffcc. Color #a5fddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111101 11011111
Octal 245 375 337
Decimal 165 253 223
Hex A5 FD DF

RGB Percentages of Color #a5fddf

%25.74
%39.47
%34.79

CMYK Percentages of Color #a5fddf

%35
%0
%12
%1

Triadic Colors of #a5fddf

#a5fddf #dfa5fd #fddfa5

Analogous Colors of #a5fddf

#a5fddf #a5effd #a5fdb3

Monochromatic Colors of #a5fddf

#a5fddf

Complementary Color

#a5fddf #fda5c3

#a5fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fddf Color CSS Codes

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

#a5fddf Text Font Color

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

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


#a5fddf Background Color

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

This div background color is #a5fddf


#a5fddf Border Color

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

This div border color is #a5fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fddf


Comments

No comments written yet.

Please login to write comment.