color codes Logo

#a5eafc color codes

#A5EAFC
(165,234,252)
0 Favorites   0 Comments

Color spaces of #a5eafc

RGB 165234252
HSL0.530.940.82
HSV192°35°99°
CMYK 0.350.070.00   0.01
XYZ62.510673.8732103.0598
Yxy73.87320.26110.3085
Hunter Lab85.9495-20.5896-10.9284
CIE-Lab88.8625-17.1747-15.5716

#a5eafc color RGB value is (165,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101010 11111100
Octal 245 352 374
Decimal 165 234 252
Hex A5 EA FC

RGB Percentages of Color #a5eafc

%25.35
%35.94
%38.71

CMYK Percentages of Color #a5eafc

%35
%7
%0
%1

Triadic Colors of #a5eafc

#a5eafc #fca5ea #eafca5

Analogous Colors of #a5eafc

#a5eafc #a5bffc #a5fce3

Monochromatic Colors of #a5eafc

#a5eafc

Complementary Color

#a5eafc #fcb7a5

#a5eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eafc Color CSS Codes

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

#a5eafc Text Font Color

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

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


#a5eafc Background Color

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

This div background color is #a5eafc


#a5eafc Border Color

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

This div border color is #a5eafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,234,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 #a5eafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eafc


Comments

No comments written yet.

Please login to write comment.