Color Hex Logo

#a5dcdb Color Hex

#A5DCDB
(165,220,219)
0 Favorites   0 Comments

Color spaces of #a5dcdb

RGB 165220219
HSL0.500.440.75
HSV179°25°86°
CMYK 0.250.000.00   0.14
XYZ53.896464.300276.5884
Yxy64.30020.27670.3301
Hunter Lab80.1874-20.3527-0.4977
CIE-Lab84.1218-17.7088-5.2441

#a5dcdb color RGB value is (165,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011100 11011011
Octal 245 334 333
Decimal 165 220 219
Hex A5 DC DB

RGB Percentages of Color #a5dcdb

%27.32
%36.42
%36.26

CMYK Percentages of Color #a5dcdb

%25
%0
%0
%14

Triadic Colors of #a5dcdb

#a5dcdb #dba5dc #dcdba5

Analogous Colors of #a5dcdb

#a5dcdb #a5c2dc #a5dcc0

Monochromatic Colors of #a5dcdb

#a5dcdb

Complementary Color

#a5dcdb #dca5a6

#a5dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dcdb Color CSS Codes

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

#a5dcdb Text Font Color

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

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


#a5dcdb Background Color

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

This div background color is #a5dcdb


#a5dcdb Border Color

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

This div border color is #a5dcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,220,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 #a5dcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dcdb


Comments

No comments written yet.

Please login to write comment.