Color Hex Logo

#a5ccdf Color Hex

#A5CCDF
(165,204,223)
0 Favorites   0 Comments

Color spaces of #a5ccdf

RGB 165204223
HSL0.550.480.76
HSV200°26°87°
CMYK 0.260.090.00   0.13
XYZ50.429256.512878.0622
Yxy56.51280.27260.3055
Hunter Lab75.1750-11.8141-8.9446
CIE-Lab79.9048-8.6038-13.6485

#a5ccdf color RGB value is (165,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001100 11011111
Octal 245 314 337
Decimal 165 204 223
Hex A5 CC DF

RGB Percentages of Color #a5ccdf

%27.87
%34.46
%37.67

CMYK Percentages of Color #a5ccdf

%26
%9
%0
%13

Triadic Colors of #a5ccdf

#a5ccdf #dfa5cc #ccdfa5

Analogous Colors of #a5ccdf

#a5ccdf #a5afdf #a5dfd5

Monochromatic Colors of #a5ccdf

#a5ccdf

Complementary Color

#a5ccdf #dfb8a5

#a5ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ccdf Color CSS Codes

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

#a5ccdf Text Font Color

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

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


#a5ccdf Background Color

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

This div background color is #a5ccdf


#a5ccdf Border Color

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

This div border color is #a5ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ccdf


Comments

No comments written yet.

Please login to write comment.