Color Hex Logo

#a5dbea Color Hex

#A5DBEA
(165,219,234)
0 Favorites   0 Comments

Color spaces of #a5dbea

RGB 165219234
HSL0.540.620.78
HSV193°29°92°
CMYK 0.290.060.00   0.08
XYZ55.699964.602987.3758
Yxy64.60290.26820.3111
Hunter Lab80.3759-16.9588-8.1904
CIE-Lab84.2787-13.8194-12.9605

#a5dbea color RGB value is (165,219,234).

#a5dbea hex color red value is 165, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a5dbea hue: 0.54 , saturation: 0.62 and the lightness value of a5dbea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 11101010
Octal 245 333 352
Decimal 165 219 234
Hex A5 DB EA

RGB Percentages of Color #a5dbea

%26.70
%35.44
%37.86

CMYK Percentages of Color #a5dbea

%29
%6
%0
%8

Triadic Colors of #a5dbea

#a5dbea #eaa5db #dbeaa5

Analogous Colors of #a5dbea

#a5dbea #a5b9ea #a5ead7

Monochromatic Colors of #a5dbea

#a5dbea

Complementary Color

#a5dbea #eab4a5

#a5dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbea Color CSS Codes

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

#a5dbea Text Font Color

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

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


#a5dbea Background Color

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

This div background color is #a5dbea


#a5dbea Border Color

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

This div border color is #a5dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbea


Comments

No comments written yet.

Please login to write comment.