Color Hex Logo

#a5ddcc Color Hex

#A5DDCC
(165,221,204)
0 Favorites   0 Comments

Color spaces of #a5ddcc

RGB 165221204
HSL0.450.450.76
HSV162°25°87°
CMYK 0.250.000.08   0.13
XYZ52.272664.071966.7388
Yxy64.07190.28550.3500
Hunter Lab80.0449-23.51086.5974
CIE-Lab84.0032-21.39612.5287

#a5ddcc color RGB value is (165,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 11001100
Octal 245 335 314
Decimal 165 221 204
Hex A5 DD CC

RGB Percentages of Color #a5ddcc

%27.97
%37.46
%34.58

CMYK Percentages of Color #a5ddcc

%25
%0
%8
%13

Triadic Colors of #a5ddcc

#a5ddcc #cca5dd #ddcca5

Analogous Colors of #a5ddcc

#a5ddcc #a5d2dd #a5ddb0

Monochromatic Colors of #a5ddcc

#a5ddcc

Complementary Color

#a5ddcc #dda5b6

#a5ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddcc Color CSS Codes

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

#a5ddcc Text Font Color

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

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


#a5ddcc Background Color

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

This div background color is #a5ddcc


#a5ddcc Border Color

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

This div border color is #a5ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddcc


Comments

No comments written yet.

Please login to write comment.