Color Hex Logo

#a5e2ef Color Hex

#A5E2EF
(165,226,239)
0 Favorites   0 Comments

Color spaces of #a5e2ef

RGB 165226239
HSL0.530.700.79
HSV191°31°94°
CMYK 0.310.050.00   0.06
XYZ58.293468.624091.8347
Yxy68.62400.26650.3137
Hunter Lab82.8396-19.3606-7.7403
CIE-Lab86.3175-16.2116-12.5544

#a5e2ef color RGB value is (165,226,239).

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

The process color (four color CMYK) of #a5e2ef color hex is 0.31, 0.05, 0.00, 0.06. Web safe color of #a5e2ef is #99ccff. Color #a5e2ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11100010 11101111
Octal 245 342 357
Decimal 165 226 239
Hex A5 E2 EF

RGB Percentages of Color #a5e2ef

%26.19
%35.87
%37.94

CMYK Percentages of Color #a5e2ef

%31
%5
%0
%6

Triadic Colors of #a5e2ef

#a5e2ef #efa5e2 #e2efa5

Analogous Colors of #a5e2ef

#a5e2ef #a5bdef #a5efd7

Monochromatic Colors of #a5e2ef

#a5e2ef

Complementary Color

#a5e2ef #efb2a5

#a5e2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5e2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5e2ef Color CSS Codes

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

#a5e2ef Text Font Color

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

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


#a5e2ef Background Color

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

This div background color is #a5e2ef


#a5e2ef Border Color

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

This div border color is #a5e2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5e2ef


Comments

No comments written yet.

Please login to write comment.