Color Hex Logo

#a5caed Color Hex

#A5CAED
(165,202,237)
0 Favorites   0 Comments

Color spaces of #a5caed

RGB 165202237
HSL0.580.670.79
HSV209°30°93°
CMYK 0.300.150.00   0.07
XYZ51.923656.354888.2617
Yxy56.35480.26420.2867
Hunter Lab75.0698-7.9090-17.1600
CIE-Lab79.8153-4.2587-21.2819

#a5caed color RGB value is (165,202,237).

#a5caed hex color red value is 165, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a5caed hue: 0.58 , saturation: 0.67 and the lightness value of a5caed is 0.79.

The process color (four color CMYK) of #a5caed color hex is 0.30, 0.15, 0.00, 0.07. Web safe color of #a5caed is #99ccff. Color #a5caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001010 11101101
Octal 245 312 355
Decimal 165 202 237
Hex A5 CA ED

RGB Percentages of Color #a5caed

%27.32
%33.44
%39.24

CMYK Percentages of Color #a5caed

%30
%15
%0
%7

Triadic Colors of #a5caed

#a5caed #eda5ca #caeda5

Analogous Colors of #a5caed

#a5caed #a5a6ed #a5edec

Monochromatic Colors of #a5caed

#a5caed

Complementary Color

#a5caed #edc8a5

#a5caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5caed Color CSS Codes

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

#a5caed Text Font Color

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

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


#a5caed Background Color

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

This div background color is #a5caed


#a5caed Border Color

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

This div border color is #a5caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5caed


Comments

No comments written yet.

Please login to write comment.