Color Hex Logo

#a5efee Color Hex

#A5EFEE
(165,239,238)
0 Favorites   0 Comments

Color spaces of #a5efee

RGB 165239238
HSL0.500.700.79
HSV179°31°94°
CMYK 0.310.000.00   0.06
XYZ61.816275.905492.2821
Yxy75.90540.26880.3300
Hunter Lab87.1237-25.8168-1.8138
CIE-Lab89.8154-22.8980-6.8299

#a5efee color RGB value is (165,239,238).

#a5efee hex color red value is 165, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a5efee hue: 0.50 , saturation: 0.70 and the lightness value of a5efee is 0.79.

The process color (four color CMYK) of #a5efee color hex is 0.31, 0.00, 0.00, 0.06. Web safe color of #a5efee is #99ffff. Color #a5efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101111 11101110
Octal 245 357 356
Decimal 165 239 238
Hex A5 EF EE

RGB Percentages of Color #a5efee

%25.70
%37.23
%37.07

CMYK Percentages of Color #a5efee

%31
%0
%0
%6

Triadic Colors of #a5efee

#a5efee #eea5ef #efeea5

Analogous Colors of #a5efee

#a5efee #a5cbef #a5efc9

Monochromatic Colors of #a5efee

#a5efee

Complementary Color

#a5efee #efa5a6

#a5efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5efee Color CSS Codes

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

#a5efee Text Font Color

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

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


#a5efee Background Color

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

This div background color is #a5efee


#a5efee Border Color

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

This div border color is #a5efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5efee


Comments

No comments written yet.

Please login to write comment.