Color Hex Logo

#a5cedd Color Hex

#A5CEDD
(165,206,221)
0 Favorites   0 Comments

Color spaces of #a5cedd

RGB 165206221
HSL0.540.450.76
HSV196°25°87°
CMYK 0.250.070.00   0.13
XYZ50.639557.362476.8097
Yxy57.36240.27400.3104
Hunter Lab75.7380-13.1938-7.1124
CIE-Lab80.3830-10.1031-11.8615

#a5cedd color RGB value is (165,206,221).

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

The process color (four color CMYK) of #a5cedd color hex is 0.25, 0.07, 0.00, 0.13. Web safe color of #a5cedd is #99cccc. Color #a5cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 11011101
Octal 245 316 335
Decimal 165 206 221
Hex A5 CE DD

RGB Percentages of Color #a5cedd

%27.87
%34.80
%37.33

CMYK Percentages of Color #a5cedd

%25
%7
%0
%13

Triadic Colors of #a5cedd

#a5cedd #dda5ce #cedda5

Analogous Colors of #a5cedd

#a5cedd #a5b2dd #a5ddd0

Monochromatic Colors of #a5cedd

#a5cedd

Complementary Color

#a5cedd #ddb4a5

#a5cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cedd Color CSS Codes

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

#a5cedd Text Font Color

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

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


#a5cedd Background Color

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

This div background color is #a5cedd


#a5cedd Border Color

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

This div border color is #a5cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cedd


Comments

No comments written yet.

Please login to write comment.