Color Hex Logo

#a5cede Color Hex

#A5CEDE
(165,206,222)
0 Favorites   0 Comments

Color spaces of #a5cede

RGB 165206222
HSL0.550.460.76
HSV197°26°87°
CMYK 0.260.070.00   0.13
XYZ50.773257.415977.5136
Yxy57.41590.27340.3092
Hunter Lab75.7733-12.9962-7.6104
CIE-Lab80.4130-9.8758-12.3521

#a5cede color RGB value is (165,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 11011110
Octal 245 316 336
Decimal 165 206 222
Hex A5 CE DE

RGB Percentages of Color #a5cede

%27.82
%34.74
%37.44

CMYK Percentages of Color #a5cede

%26
%7
%0
%13

Triadic Colors of #a5cede

#a5cede #dea5ce #cedea5

Analogous Colors of #a5cede

#a5cede #a5b2de #a5ded2

Monochromatic Colors of #a5cede

#a5cede

Complementary Color

#a5cede #deb5a5

#a5cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cede Color CSS Codes

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

#a5cede Text Font Color

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

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


#a5cede Background Color

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

This div background color is #a5cede


#a5cede Border Color

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

This div border color is #a5cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cede


Comments

No comments written yet.

Please login to write comment.