Color Hex Logo

#a5bedb Color Hex

#A5BEDB
(165,190,219)
0 Favorites   0 Comments

Color spaces of #a5bedb

RGB 165190219
HSL0.590.430.75
HSV212°25°86°
CMYK 0.250.130.00   0.14
XYZ46.716749.940774.1951
Yxy49.94070.27340.2923
Hunter Lab70.6687-5.6700-12.7805
CIE-Lab76.0328-2.1016-17.3182

#a5bedb color RGB value is (165,190,219).

#a5bedb hex color red value is 165, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a5bedb hue: 0.59 , saturation: 0.43 and the lightness value of a5bedb is 0.75.

The process color (four color CMYK) of #a5bedb color hex is 0.25, 0.13, 0.00, 0.14. Web safe color of #a5bedb is #99cccc. Color #a5bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 11011011
Octal 245 276 333
Decimal 165 190 219
Hex A5 BE DB

RGB Percentages of Color #a5bedb

%28.75
%33.10
%38.15

CMYK Percentages of Color #a5bedb

%25
%13
%0
%14

Triadic Colors of #a5bedb

#a5bedb #dba5be #bedba5

Analogous Colors of #a5bedb

#a5bedb #a7a5db #a5d9db

Monochromatic Colors of #a5bedb

#a5bedb

Complementary Color

#a5bedb #dbc2a5

#a5bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bedb Color CSS Codes

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

#a5bedb Text Font Color

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

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


#a5bedb Background Color

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

This div background color is #a5bedb


#a5bedb Border Color

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

This div border color is #a5bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bedb


Comments

No comments written yet.

Please login to write comment.