Color Hex Logo

#a5cddb Color Hex

#A5CDDB
(165,205,219)
0 Favorites   0 Comments

Color spaces of #a5cddb

RGB 165205219
HSL0.540.430.75
HSV196°25°86°
CMYK 0.250.060.00   0.14
XYZ50.134656.776475.3344
Yxy56.77640.27510.3115
Hunter Lab75.3501-13.0968-6.5326
CIE-Lab80.0537-10.0353-11.2821

#a5cddb color RGB value is (165,205,219).

#a5cddb hex color red value is 165, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a5cddb hue: 0.54 , saturation: 0.43 and the lightness value of a5cddb is 0.75.

The process color (four color CMYK) of #a5cddb color hex is 0.25, 0.06, 0.00, 0.14. Web safe color of #a5cddb is #99cccc. Color #a5cddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001101 11011011
Octal 245 315 333
Decimal 165 205 219
Hex A5 CD DB

RGB Percentages of Color #a5cddb

%28.01
%34.80
%37.18

CMYK Percentages of Color #a5cddb

%25
%6
%0
%14

Triadic Colors of #a5cddb

#a5cddb #dba5cd #cddba5

Analogous Colors of #a5cddb

#a5cddb #a5b2db #a5dbce

Monochromatic Colors of #a5cddb

#a5cddb

Complementary Color

#a5cddb #dbb3a5

#a5cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cddb Color CSS Codes

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

#a5cddb Text Font Color

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

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


#a5cddb Background Color

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

This div background color is #a5cddb


#a5cddb Border Color

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

This div border color is #a5cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cddb


Comments

No comments written yet.

Please login to write comment.