Color Hex Logo

#a5d3ca Color Hex

#A5D3CA
(165,211,202)
1 Favorites   0 Comments

Color spaces of #a5d3ca

RGB 165211202
HSL0.470.340.74
HSV168°22°83°
CMYK 0.220.000.04   0.17
XYZ49.472058.852164.6293
Yxy58.85210.28600.3403
Hunter Lab76.7151-19.14053.7512
CIE-Lab81.2102-16.8081-0.4776

#a5d3ca color RGB value is (165,211,202).

#a5d3ca hex color red value is 165, green value is 211 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a5d3ca hue: 0.47 , saturation: 0.34 and the lightness value of a5d3ca is 0.74.

The process color (four color CMYK) of #a5d3ca color hex is 0.22, 0.00, 0.04, 0.17. Web safe color of #a5d3ca is #99cccc. Color #a5d3ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010011 11001010
Octal 245 323 312
Decimal 165 211 202
Hex A5 D3 CA

RGB Percentages of Color #a5d3ca

%28.55
%36.51
%34.95

CMYK Percentages of Color #a5d3ca

%22
%0
%4
%17

Triadic Colors of #a5d3ca

#a5d3ca #caa5d3 #d3caa5

Analogous Colors of #a5d3ca

#a5d3ca #a5c5d3 #a5d3b3

Monochromatic Colors of #a5d3ca

#a5d3ca

Complementary Color

#a5d3ca #d3a5ae

#a5d3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d3ca Color CSS Codes

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

#a5d3ca Text Font Color

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

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


#a5d3ca Background Color

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

This div background color is #a5d3ca


#a5d3ca Border Color

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

This div border color is #a5d3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d3ca


Comments

No comments written yet.

Please login to write comment.