Color Hex Logo

#a5ceec Color Hex

#A5CEEC
(165,206,236)
0 Favorites   0 Comments

Color spaces of #a5ceec

RGB 165206236
HSL0.570.650.79
HSV205°30°93°
CMYK 0.300.130.00   0.07
XYZ52.728758.198187.8111
Yxy58.19810.26530.2928
Hunter Lab76.2877-10.1274-14.8445
CIE-Lab80.8488-6.6116-19.1822

#a5ceec color RGB value is (165,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 11101100
Octal 245 316 354
Decimal 165 206 236
Hex A5 CE EC

RGB Percentages of Color #a5ceec

%27.18
%33.94
%38.88

CMYK Percentages of Color #a5ceec

%30
%13
%0
%7

Triadic Colors of #a5ceec

#a5ceec #eca5ce #ceeca5

Analogous Colors of #a5ceec

#a5ceec #a5abec #a5ece7

Monochromatic Colors of #a5ceec

#a5ceec

Complementary Color

#a5ceec #ecc3a5

#a5ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ceec Color CSS Codes

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

#a5ceec Text Font Color

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

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


#a5ceec Background Color

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

This div background color is #a5ceec


#a5ceec Border Color

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

This div border color is #a5ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ceec

#a5ceec Color Palettes


Comments

No comments written yet.

Please login to write comment.