Color Hex Logo

#a5dbef Color Hex

#A5DBEF
(165,219,239)
0 Favorites   0 Comments

Color spaces of #a5dbef

RGB 165219239
HSL0.550.700.79
HSV196°31°94°
CMYK 0.310.080.00   0.06
XYZ56.428664.894491.2131
Yxy64.89440.26550.3053
Hunter Lab80.5571-15.9392-10.7429
CIE-Lab84.4293-12.6517-15.3827

#a5dbef color RGB value is (165,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 11101111
Octal 245 333 357
Decimal 165 219 239
Hex A5 DB EF

RGB Percentages of Color #a5dbef

%26.48
%35.15
%38.36

CMYK Percentages of Color #a5dbef

%31
%8
%0
%6

Triadic Colors of #a5dbef

#a5dbef #efa5db #dbefa5

Analogous Colors of #a5dbef

#a5dbef #a5b6ef #a5efde

Monochromatic Colors of #a5dbef

#a5dbef

Complementary Color

#a5dbef #efb9a5

#a5dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbef Color CSS Codes

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

#a5dbef Text Font Color

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

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


#a5dbef Background Color

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

This div background color is #a5dbef


#a5dbef Border Color

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

This div border color is #a5dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbef


Comments

No comments written yet.

Please login to write comment.