Color Hex Logo

#a5ceef Color Hex

#A5CEEF
(165,206,239)
0 Favorites   0 Comments

Color spaces of #a5ceef

RGB 165206239
HSL0.570.700.79
HSV207°31°94°
CMYK 0.310.140.00   0.06
XYZ53.168358.373990.1264
Yxy58.37390.26360.2895
Hunter Lab76.4028-9.4878-16.4578
CIE-Lab80.9462-5.8929-20.6362

#a5ceef color RGB value is (165,206,239).

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

The process color (four color CMYK) of #a5ceef color hex is 0.31, 0.14, 0.00, 0.06. Web safe color of #a5ceef is #99ccff. Color #a5ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001110 11101111
Octal 245 316 357
Decimal 165 206 239
Hex A5 CE EF

RGB Percentages of Color #a5ceef

%27.05
%33.77
%39.18

CMYK Percentages of Color #a5ceef

%31
%14
%0
%6

Triadic Colors of #a5ceef

#a5ceef #efa5ce #ceefa5

Analogous Colors of #a5ceef

#a5ceef #a5a9ef #a5efeb

Monochromatic Colors of #a5ceef

#a5ceef

Complementary Color

#a5ceef #efc6a5

#a5ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ceef Color CSS Codes

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

#a5ceef Text Font Color

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

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


#a5ceef Background Color

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

This div background color is #a5ceef


#a5ceef Border Color

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

This div border color is #a5ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ceef


Comments

No comments written yet.

Please login to write comment.