Color Hex Logo

#a5c8ea Color Hex

#A5C8EA
(165,200,234)
0 Favorites   0 Comments

Color spaces of #a5c8ea

RGB 165200234
HSL0.580.620.78
HSV210°29°92°
CMYK 0.290.150.00   0.08
XYZ51.022655.248485.8167
Yxy55.24840.26560.2876
Hunter Lab74.3293-7.5466-16.4227
CIE-Lab79.1841-3.9160-20.6321

#a5c8ea color RGB value is (165,200,234).

#a5c8ea hex color red value is 165, green value is 200 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a5c8ea hue: 0.58 , saturation: 0.62 and the lightness value of a5c8ea is 0.78.

The process color (four color CMYK) of #a5c8ea color hex is 0.29, 0.15, 0.00, 0.08. Web safe color of #a5c8ea is #99ccff. Color #a5c8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001000 11101010
Octal 245 310 352
Decimal 165 200 234
Hex A5 C8 EA

RGB Percentages of Color #a5c8ea

%27.55
%33.39
%39.07

CMYK Percentages of Color #a5c8ea

%29
%15
%0
%8

Triadic Colors of #a5c8ea

#a5c8ea #eaa5c8 #c8eaa5

Analogous Colors of #a5c8ea

#a5c8ea #a5a6ea #a5eaea

Monochromatic Colors of #a5c8ea

#a5c8ea

Complementary Color

#a5c8ea #eac7a5

#a5c8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c8ea Color CSS Codes

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

#a5c8ea Text Font Color

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

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


#a5c8ea Background Color

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

This div background color is #a5c8ea


#a5c8ea Border Color

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

This div border color is #a5c8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c8ea


Comments

No comments written yet.

Please login to write comment.