Color Hex Logo

#a5cbdb Color Hex

#A5CBDB
(165,203,219)
0 Favorites   0 Comments

Color spaces of #a5cbdb

RGB 165203219
HSL0.550.430.75
HSV198°25°86°
CMYK 0.250.070.00   0.14
XYZ49.659255.825775.1759
Yxy55.82570.27490.3090
Hunter Lab74.7166-12.1169-7.3529
CIE-Lab79.5145-8.9923-12.0875

#a5cbdb color RGB value is (165,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001011 11011011
Octal 245 313 333
Decimal 165 203 219
Hex A5 CB DB

RGB Percentages of Color #a5cbdb

%28.11
%34.58
%37.31

CMYK Percentages of Color #a5cbdb

%25
%7
%0
%14

Triadic Colors of #a5cbdb

#a5cbdb #dba5cb #cbdba5

Analogous Colors of #a5cbdb

#a5cbdb #a5b0db #a5dbd0

Monochromatic Colors of #a5cbdb

#a5cbdb

Complementary Color

#a5cbdb #dbb5a5

#a5cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cbdb Color CSS Codes

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

#a5cbdb Text Font Color

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

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


#a5cbdb Background Color

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

This div background color is #a5cbdb


#a5cbdb Border Color

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

This div border color is #a5cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cbdb


Comments

No comments written yet.

Please login to write comment.