Color Hex Logo

#a5dbff Color Hex

#A5DBFF
(165,219,255)
0 Favorites   0 Comments

Color spaces of #a5dbff

RGB 165219255
HSL0.571.000.82
HSV204°35°100°
CMYK 0.350.140.00   0.00
XYZ58.898665.8824104.2200
Yxy65.88240.25720.2877
Hunter Lab81.1680-12.5175-19.3110
CIE-Lab84.9364-8.7934-23.0749

#a5dbff color RGB value is (165,219,255).

#a5dbff hex color red value is 165, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a5dbff hue: 0.57 , saturation: 1.00 and the lightness value of a5dbff is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 11111111
Octal 245 333 377
Decimal 165 219 255
Hex A5 DB FF

RGB Percentages of Color #a5dbff

%25.82
%34.27
%39.91

CMYK Percentages of Color #a5dbff

%35
%14
%0
%0

Triadic Colors of #a5dbff

#a5dbff #ffa5db #dbffa5

Analogous Colors of #a5dbff

#a5dbff #a5aeff #a5fff6

Monochromatic Colors of #a5dbff

#a5dbff

Complementary Color

#a5dbff #ffc9a5

#a5dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbff Color CSS Codes

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

#a5dbff Text Font Color

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

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


#a5dbff Background Color

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

This div background color is #a5dbff


#a5dbff Border Color

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

This div border color is #a5dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.