Color Hex Logo

#a5dcec Color Hex

#A5DCEC
(165,220,236)
0 Favorites   0 Comments

Color spaces of #a5dcec

RGB 165220236
HSL0.540.650.79
HSV194°30°93°
CMYK 0.300.070.00   0.07
XYZ56.250665.241988.9851
Yxy65.24190.26730.3100
Hunter Lab80.7725-17.0429-8.7777
CIE-Lab84.6082-13.8654-13.5264

#a5dcec color RGB value is (165,220,236).

#a5dcec hex color red value is 165, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a5dcec hue: 0.54 , saturation: 0.65 and the lightness value of a5dcec is 0.79.

The process color (four color CMYK) of #a5dcec color hex is 0.30, 0.07, 0.00, 0.07. Web safe color of #a5dcec is #99ccff. Color #a5dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011100 11101100
Octal 245 334 354
Decimal 165 220 236
Hex A5 DC EC

RGB Percentages of Color #a5dcec

%26.57
%35.43
%38.00

CMYK Percentages of Color #a5dcec

%30
%7
%0
%7

Triadic Colors of #a5dcec

#a5dcec #eca5dc #dceca5

Analogous Colors of #a5dcec

#a5dcec #a5b9ec #a5ecd9

Monochromatic Colors of #a5dcec

#a5dcec

Complementary Color

#a5dcec #ecb5a5

#a5dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dcec Color CSS Codes

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

#a5dcec Text Font Color

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

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


#a5dcec Background Color

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

This div background color is #a5dcec


#a5dcec Border Color

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

This div border color is #a5dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dcec


Comments

No comments written yet.

Please login to write comment.