Color Hex Logo

#a5ebfc Color Hex

#A5EBFC
(165,235,252)
0 Favorites   0 Comments

Color spaces of #a5ebfc

RGB 165235252
HSL0.530.940.82
HSV192°35°99°
CMYK 0.350.070.00   0.01
XYZ62.796174.4443103.1549
Yxy74.44430.26120.3097
Hunter Lab86.2811-21.0782-10.4884
CIE-Lab89.1321-17.6755-15.1673

#a5ebfc color RGB value is (165,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101011 11111100
Octal 245 353 374
Decimal 165 235 252
Hex A5 EB FC

RGB Percentages of Color #a5ebfc

%25.31
%36.04
%38.65

CMYK Percentages of Color #a5ebfc

%35
%7
%0
%1

Triadic Colors of #a5ebfc

#a5ebfc #fca5eb #ebfca5

Analogous Colors of #a5ebfc

#a5ebfc #a5c0fc #a5fce2

Monochromatic Colors of #a5ebfc

#a5ebfc

Complementary Color

#a5ebfc #fcb6a5

#a5ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ebfc Color CSS Codes

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

#a5ebfc Text Font Color

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

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


#a5ebfc Background Color

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

This div background color is #a5ebfc


#a5ebfc Border Color

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

This div border color is #a5ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ebfc


Comments

No comments written yet.

Please login to write comment.