Color Hex Logo

#a5feea Color Hex

#A5FEEA
(165,254,234)
0 Favorites   0 Comments

Color spaces of #a5feea

RGB 165254234
HSL0.460.980.82
HSV167°35°100°
CMYK 0.350.000.08   0.00
XYZ65.810184.823590.7459
Yxy84.82350.27260.3514
Hunter Lab92.0997-33.62676.0513
CIE-Lab93.8070-30.96761.1083

#a5feea color RGB value is (165,254,234).

#a5feea hex color red value is 165, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a5feea hue: 0.46 , saturation: 0.98 and the lightness value of a5feea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111110 11101010
Octal 245 376 352
Decimal 165 254 234
Hex A5 FE EA

RGB Percentages of Color #a5feea

%25.27
%38.90
%35.83

CMYK Percentages of Color #a5feea

%35
%0
%8
%0

Triadic Colors of #a5feea

#a5feea #eaa5fe #feeaa5

Analogous Colors of #a5feea

#a5feea #a5e6fe #a5febe

Monochromatic Colors of #a5feea

#a5feea

Complementary Color

#a5feea #fea5b9

#a5feea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5feea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5feea Color CSS Codes

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

#a5feea Text Font Color

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

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


#a5feea Background Color

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

This div background color is #a5feea


#a5feea Border Color

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

This div border color is #a5feea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5feea

Related Colors


Comments

No comments written yet.

Please login to write comment.