Color Hex Logo

#a5ccde Color Hex

#A5CCDE
(165,204,222)
0 Favorites   0 Comments

Color spaces of #a5ccde

RGB 165204222
HSL0.550.460.76
HSV199°26°87°
CMYK 0.260.080.00   0.13
XYZ50.294756.459077.3541
Yxy56.45900.27320.3067
Hunter Lab75.1392-12.0140-8.4403
CIE-Lab79.8743-8.8327-13.1581

#a5ccde color RGB value is (165,204,222).

#a5ccde hex color red value is 165, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a5ccde hue: 0.55 , saturation: 0.46 and the lightness value of a5ccde is 0.76.

The process color (four color CMYK) of #a5ccde color hex is 0.26, 0.08, 0.00, 0.13. Web safe color of #a5ccde is #99cccc. Color #a5ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001100 11011110
Octal 245 314 336
Decimal 165 204 222
Hex A5 CC DE

RGB Percentages of Color #a5ccde

%27.92
%34.52
%37.56

CMYK Percentages of Color #a5ccde

%26
%8
%0
%13

Triadic Colors of #a5ccde

#a5ccde #dea5cc #ccdea5

Analogous Colors of #a5ccde

#a5ccde #a5b0de #a5ded4

Monochromatic Colors of #a5ccde

#a5ccde

Complementary Color

#a5ccde #deb7a5

#a5ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ccde Color CSS Codes

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

#a5ccde Text Font Color

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

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


#a5ccde Background Color

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

This div background color is #a5ccde


#a5ccde Border Color

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

This div border color is #a5ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ccde


Comments

No comments written yet.

Please login to write comment.