Color Hex Logo

#a5ecfe Color Hex

#A5ECFE
(165,236,254)
0 Favorites   0 Comments

Color spaces of #a5ecfe

RGB 165236254
HSL0.530.980.82
HSV192°35°100°
CMYK 0.350.070.00   0.00
XYZ63.401975.1460104.9289
Yxy75.14600.26040.3086
Hunter Lab86.6868-21.1487-11.0861
CIE-Lab89.4613-17.6990-15.7192

#a5ecfe color RGB value is (165,236,254).

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

The process color (four color CMYK) of #a5ecfe color hex is 0.35, 0.07, 0.00, 0.00. Web safe color of #a5ecfe is #99ffff. Color #a5ecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101100 11111110
Octal 245 354 376
Decimal 165 236 254
Hex A5 EC FE

RGB Percentages of Color #a5ecfe

%25.19
%36.03
%38.78

CMYK Percentages of Color #a5ecfe

%35
%7
%0
%0

Triadic Colors of #a5ecfe

#a5ecfe #fea5ec #ecfea5

Analogous Colors of #a5ecfe

#a5ecfe #a5c0fe #a5fee4

Monochromatic Colors of #a5ecfe

#a5ecfe

Complementary Color

#a5ecfe #feb7a5

#a5ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ecfe Color CSS Codes

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

#a5ecfe Text Font Color

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

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


#a5ecfe Background Color

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

This div background color is #a5ecfe


#a5ecfe Border Color

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

This div border color is #a5ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ecfe


Comments

No comments written yet.

Please login to write comment.