Color Hex Logo

#a5ecfa Color Hex

#A5ECFA
(165,236,250)
0 Favorites   0 Comments

Color spaces of #a5ecfa

RGB 165236250
HSL0.530.890.81
HSV190°34°98°
CMYK 0.340.060.00   0.02
XYZ62.767874.8924101.5899
Yxy74.89240.26240.3130
Hunter Lab86.5404-21.9795-9.0223
CIE-Lab89.3426-18.6483-13.8059

#a5ecfa color RGB value is (165,236,250).

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

The process color (four color CMYK) of #a5ecfa color hex is 0.34, 0.06, 0.00, 0.02. Web safe color of #a5ecfa is #99ffff. Color #a5ecfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101100 11111010
Octal 245 354 372
Decimal 165 236 250
Hex A5 EC FA

RGB Percentages of Color #a5ecfa

%25.35
%36.25
%38.40

CMYK Percentages of Color #a5ecfa

%34
%6
%0
%2

Triadic Colors of #a5ecfa

#a5ecfa #faa5ec #ecfaa5

Analogous Colors of #a5ecfa

#a5ecfa #a5c2fa #a5fade

Monochromatic Colors of #a5ecfa

#a5ecfa

Complementary Color

#a5ecfa #fab3a5

#a5ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ecfa Color CSS Codes

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

#a5ecfa Text Font Color

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

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


#a5ecfa Background Color

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

This div background color is #a5ecfa


#a5ecfa Border Color

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

This div border color is #a5ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ecfa


Comments

No comments written yet.

Please login to write comment.