Color Hex Logo

#a5fffd Color Hex

#A5FFFD
(165,255,253)
0 Favorites   0 Comments

Color spaces of #a5fffd

RGB 165255253
HSL0.501.000.82
HSV179°35°100°
CMYK 0.350.000.01   0.00
XYZ69.006786.6112106.0091
Yxy86.61120.26380.3310
Hunter Lab93.0651-30.5084-2.3908
CIE-Lab94.5731-27.2206-7.5814

#a5fffd color RGB value is (165,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 11111101
Octal 245 377 375
Decimal 165 255 253
Hex A5 FF FD

RGB Percentages of Color #a5fffd

%24.52
%37.89
%37.59

CMYK Percentages of Color #a5fffd

%35
%0
%1
%0

Triadic Colors of #a5fffd

#a5fffd #fda5ff #fffda5

Analogous Colors of #a5fffd

#a5fffd #a5d4ff #a5ffd0

Monochromatic Colors of #a5fffd

#a5fffd

Complementary Color

#a5fffd #ffa5a7

#a5fffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fffd Color CSS Codes

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

#a5fffd Text Font Color

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

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


#a5fffd Background Color

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

This div background color is #a5fffd


#a5fffd Border Color

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

This div border color is #a5fffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fffd

Related Colors

#a5fffd Color Palettes


Comments

No comments written yet.

Please login to write comment.