Color Hex Logo

#a5ddca Color Hex

#A5DDCA
(165,221,202)
0 Favorites   0 Comments

Color spaces of #a5ddca

RGB 165221202
HSL0.440.450.76
HSV160°25°87°
CMYK 0.250.000.09   0.13
XYZ52.034263.976565.4833
Yxy63.97650.28670.3525
Hunter Lab79.9853-23.85177.4495
CIE-Lab83.9535-21.80583.5151

#a5ddca color RGB value is (165,221,202).

#a5ddca hex color red value is 165, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a5ddca hue: 0.44 , saturation: 0.45 and the lightness value of a5ddca is 0.76.

The process color (four color CMYK) of #a5ddca color hex is 0.25, 0.00, 0.09, 0.13. Web safe color of #a5ddca is #99cccc. Color #a5ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 11001010
Octal 245 335 312
Decimal 165 221 202
Hex A5 DD CA

RGB Percentages of Color #a5ddca

%28.06
%37.59
%34.35

CMYK Percentages of Color #a5ddca

%25
%0
%9
%13

Triadic Colors of #a5ddca

#a5ddca #caa5dd #ddcaa5

Analogous Colors of #a5ddca

#a5ddca #a5d4dd #a5ddae

Monochromatic Colors of #a5ddca

#a5ddca

Complementary Color

#a5ddca #dda5b8

#a5ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddca Color CSS Codes

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

#a5ddca Text Font Color

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

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


#a5ddca Background Color

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

This div background color is #a5ddca


#a5ddca Border Color

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

This div border color is #a5ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddca


Comments

No comments written yet.

Please login to write comment.