Color Hex Logo

#a5cde0 Color Hex

#A5CDE0
(165,205,224)
0 Favorites   0 Comments

Color spaces of #a5cde0

RGB 165205224
HSL0.550.490.76
HSV199°26°88°
CMYK 0.260.080.00   0.12
XYZ50.802957.043878.8540
Yxy57.04380.27210.3055
Hunter Lab75.5273-12.1062-9.0323
CIE-Lab80.2042-8.8971-13.7354

#a5cde0 color RGB value is (165,205,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001101 11100000
Octal 245 315 340
Decimal 165 205 224
Hex A5 CD E0

RGB Percentages of Color #a5cde0

%27.78
%34.51
%37.71

CMYK Percentages of Color #a5cde0

%26
%8
%0
%12

Triadic Colors of #a5cde0

#a5cde0 #e0a5cd #cde0a5

Analogous Colors of #a5cde0

#a5cde0 #a5b0e0 #a5e0d6

Monochromatic Colors of #a5cde0

#a5cde0

Complementary Color

#a5cde0 #e0b8a5

#a5cde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cde0 Color CSS Codes

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

#a5cde0 Text Font Color

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

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


#a5cde0 Background Color

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

This div background color is #a5cde0


#a5cde0 Border Color

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

This div border color is #a5cde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cde0


Comments

No comments written yet.

Please login to write comment.