Color Hex Logo

#a5cffa Color Hex

#A5CFFA
(165,207,250)
0 Favorites   0 Comments

Color spaces of #a5cffa

RGB 165207250
HSL0.580.890.81
HSV210°34°98°
CMYK 0.340.170.00   0.02
XYZ55.085259.527199.0291
Yxy59.52710.25780.2786
Hunter Lab77.1538-7.5762-22.0927
CIE-Lab81.5805-3.7340-25.5327

#a5cffa color RGB value is (165,207,250).

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

The process color (four color CMYK) of #a5cffa color hex is 0.34, 0.17, 0.00, 0.02. Web safe color of #a5cffa is #99ccff. Color #a5cffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001111 11111010
Octal 245 317 372
Decimal 165 207 250
Hex A5 CF FA

RGB Percentages of Color #a5cffa

%26.53
%33.28
%40.19

CMYK Percentages of Color #a5cffa

%34
%17
%0
%2

Triadic Colors of #a5cffa

#a5cffa #faa5cf #cffaa5

Analogous Colors of #a5cffa

#a5cffa #a6a5fa #a5fafa

Monochromatic Colors of #a5cffa

#a5cffa

Complementary Color

#a5cffa #fad0a5

#a5cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cffa Color CSS Codes

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

#a5cffa Text Font Color

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

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


#a5cffa Background Color

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

This div background color is #a5cffa


#a5cffa Border Color

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

This div border color is #a5cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cffa

Related Colors


Comments

No comments written yet.

Please login to write comment.