Color Hex Logo

#a5dacb Color Hex

#A5DACB
(165,218,203)
0 Favorites   0 Comments

Color spaces of #a5dacb

RGB 165218203
HSL0.450.420.75
HSV163°24°85°
CMYK 0.240.000.07   0.15
XYZ51.367962.453965.8474
Yxy62.45390.28590.3476
Hunter Lab79.0278-22.27405.9179
CIE-Lab83.1542-20.11381.8247

#a5dacb color RGB value is (165,218,203).

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

The process color (four color CMYK) of #a5dacb color hex is 0.24, 0.00, 0.07, 0.15. Web safe color of #a5dacb is #99cccc. Color #a5dacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011010 11001011
Octal 245 332 313
Decimal 165 218 203
Hex A5 DA CB

RGB Percentages of Color #a5dacb

%28.16
%37.20
%34.64

CMYK Percentages of Color #a5dacb

%24
%0
%7
%15

Triadic Colors of #a5dacb

#a5dacb #cba5da #dacba5

Analogous Colors of #a5dacb

#a5dacb #a5cfda #a5dab1

Monochromatic Colors of #a5dacb

#a5dacb

Complementary Color

#a5dacb #daa5b4

#a5dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dacb Color CSS Codes

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

#a5dacb Text Font Color

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

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


#a5dacb Background Color

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

This div background color is #a5dacb


#a5dacb Border Color

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

This div border color is #a5dacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dacb


Comments

No comments written yet.

Please login to write comment.