Color Hex Logo

#a5eff7 Color Hex

#A5EFF7
(165,239,247)
0 Favorites   0 Comments

Color spaces of #a5eff7

RGB 165239247
HSL0.520.840.81
HSV186°33°97°
CMYK 0.330.030.00   0.03
XYZ63.172176.447799.4221
Yxy76.44770.26430.3198
Hunter Lab87.4344-24.0423-6.2149
CIE-Lab90.0668-20.8372-11.1571

#a5eff7 color RGB value is (165,239,247).

#a5eff7 hex color red value is 165, green value is 239 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #a5eff7 hue: 0.52 , saturation: 0.84 and the lightness value of a5eff7 is 0.81.

The process color (four color CMYK) of #a5eff7 color hex is 0.33, 0.03, 0.00, 0.03. Web safe color of #a5eff7 is #99ffff. Color #a5eff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101111 11110111
Octal 245 357 367
Decimal 165 239 247
Hex A5 EF F7

RGB Percentages of Color #a5eff7

%25.35
%36.71
%37.94

CMYK Percentages of Color #a5eff7

%33
%3
%0
%3

Triadic Colors of #a5eff7

#a5eff7 #f7a5ef #eff7a5

Analogous Colors of #a5eff7

#a5eff7 #a5c6f7 #a5f7d6

Monochromatic Colors of #a5eff7

#a5eff7

Complementary Color

#a5eff7 #f7ada5

#a5eff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eff7 Color CSS Codes

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

#a5eff7 Text Font Color

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

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


#a5eff7 Background Color

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

This div background color is #a5eff7


#a5eff7 Border Color

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

This div border color is #a5eff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eff7


Comments

No comments written yet.

Please login to write comment.