Color Hex Logo

#a5cfdb Color Hex

#A5CFDB
(165,207,219)
0 Favorites   0 Comments

Color spaces of #a5cfdb

RGB 165207219
HSL0.540.430.75
HSV193°25°86°
CMYK 0.250.050.00   0.14
XYZ50.616157.739575.4949
Yxy57.73950.27530.3141
Hunter Lab75.9865-14.0741-5.7159
CIE-Lab80.5937-11.0740-10.4764

#a5cfdb color RGB value is (165,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001111 11011011
Octal 245 317 333
Decimal 165 207 219
Hex A5 CF DB

RGB Percentages of Color #a5cfdb

%27.92
%35.03
%37.06

CMYK Percentages of Color #a5cfdb

%25
%5
%0
%14

Triadic Colors of #a5cfdb

#a5cfdb #dba5cf #cfdba5

Analogous Colors of #a5cfdb

#a5cfdb #a5b4db #a5dbcc

Monochromatic Colors of #a5cfdb

#a5cfdb

Complementary Color

#a5cfdb #dbb1a5

#a5cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cfdb Color CSS Codes

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

#a5cfdb Text Font Color

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

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


#a5cfdb Background Color

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

This div background color is #a5cfdb


#a5cfdb Border Color

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

This div border color is #a5cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cfdb


Comments

No comments written yet.

Please login to write comment.