Color Hex Logo

#a5dbcf Color Hex

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

Color spaces of #a5dbcf

RGB 165219207
HSL0.460.430.75
HSV167°25°86°
CMYK 0.250.000.05   0.14
XYZ52.111163.167468.4775
Yxy63.16740.28360.3438
Hunter Lab79.4779-22.04974.5508
CIE-Lab83.5304-19.78040.2508

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

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

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

Base Numbers

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

RGB Percentages of Color #a5dbcf

%27.92
%37.06
%35.03

CMYK Percentages of Color #a5dbcf

%25
%0
%5
%14

Triadic Colors of #a5dbcf

#a5dbcf #cfa5db #dbcfa5

Analogous Colors of #a5dbcf

#a5dbcf #a5ccdb #a5dbb4

Monochromatic Colors of #a5dbcf

#a5dbcf

Complementary Color

#a5dbcf #dba5b1

#a5dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbcf Color CSS Codes

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

#a5dbcf Text Font Color

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

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


#a5dbcf Background Color

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

This div background color is #a5dbcf


#a5dbcf Border Color

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

This div border color is #a5dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbcf


Comments

No comments written yet.

Please login to write comment.