Color Hex Logo

#a5fcda Color Hex

#A5FCDA
(165,252,218)
0 Favorites   0 Comments

Color spaces of #a5fcda

RGB 165252218
HSL0.430.940.82
HSV157°35°99°
CMYK 0.350.000.13   0.01
XYZ62.982382.682178.9694
Yxy82.68210.28040.3681
Hunter Lab90.9297-35.489312.1594
CIE-Lab92.8751-33.37938.0233

#a5fcda color RGB value is (165,252,218).

#a5fcda hex color red value is 165, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a5fcda hue: 0.43 , saturation: 0.94 and the lightness value of a5fcda is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111100 11011010
Octal 245 374 332
Decimal 165 252 218
Hex A5 FC DA

RGB Percentages of Color #a5fcda

%25.98
%39.69
%34.33

CMYK Percentages of Color #a5fcda

%35
%0
%13
%1

Triadic Colors of #a5fcda

#a5fcda #daa5fc #fcdaa5

Analogous Colors of #a5fcda

#a5fcda #a5f3fc #a5fcaf

Monochromatic Colors of #a5fcda

#a5fcda

Complementary Color

#a5fcda #fca5c7

#a5fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fcda Color CSS Codes

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

#a5fcda Text Font Color

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

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


#a5fcda Background Color

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

This div background color is #a5fcda


#a5fcda Border Color

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

This div border color is #a5fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fcda

Related Colors

#a5fcda Color Palettes


Comments

No comments written yet.

Please login to write comment.