Color Hex Logo

#a5dffb Color Hex

#A5DFFB
(165,223,251)
0 Favorites   0 Comments

Color spaces of #a5dffb

RGB 165223251
HSL0.550.910.82
HSV200°34°98°
CMYK 0.340.110.00   0.02
XYZ59.317367.7397101.2155
Yxy67.73970.25990.2967
Hunter Lab82.3041-15.3857-15.3004
CIE-Lab85.8761-11.8362-19.5421

#a5dffb color RGB value is (165,223,251).

#a5dffb hex color red value is 165, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a5dffb hue: 0.55 , saturation: 0.91 and the lightness value of a5dffb is 0.82.

The process color (four color CMYK) of #a5dffb color hex is 0.34, 0.11, 0.00, 0.02. Web safe color of #a5dffb is #99ccff. Color #a5dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 11111011
Octal 245 337 373
Decimal 165 223 251
Hex A5 DF FB

RGB Percentages of Color #a5dffb

%25.82
%34.90
%39.28

CMYK Percentages of Color #a5dffb

%34
%11
%0
%2

Triadic Colors of #a5dffb

#a5dffb #fba5df #dffba5

Analogous Colors of #a5dffb

#a5dffb #a5b4fb #a5fbec

Monochromatic Colors of #a5dffb

#a5dffb

Complementary Color

#a5dffb #fbc1a5

#a5dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dffb Color CSS Codes

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

#a5dffb Text Font Color

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

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


#a5dffb Background Color

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

This div background color is #a5dffb


#a5dffb Border Color

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

This div border color is #a5dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dffb


Comments

No comments written yet.

Please login to write comment.