Color Hex Logo

#a5bedf Color Hex

#A5BEDF
(165,190,223)
0 Favorites   0 Comments

Color spaces of #a5bedf

RGB 165190223
HSL0.590.480.76
HSV214°26°87°
CMYK 0.260.150.00   0.13
XYZ47.249850.154077.0024
Yxy50.15400.27090.2876
Hunter Lab70.8195-4.8413-14.8927
CIE-Lab76.1637-1.1703-19.2849

#a5bedf color RGB value is (165,190,223).

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

The process color (four color CMYK) of #a5bedf color hex is 0.26, 0.15, 0.00, 0.13. Web safe color of #a5bedf is #99cccc. Color #a5bedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 11011111
Octal 245 276 337
Decimal 165 190 223
Hex A5 BE DF

RGB Percentages of Color #a5bedf

%28.55
%32.87
%38.58

CMYK Percentages of Color #a5bedf

%26
%15
%0
%13

Triadic Colors of #a5bedf

#a5bedf #dfa5be #bedfa5

Analogous Colors of #a5bedf

#a5bedf #a9a5df #a5dbdf

Monochromatic Colors of #a5bedf

#a5bedf

Complementary Color

#a5bedf #dfc6a5

#a5bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bedf Color CSS Codes

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

#a5bedf Text Font Color

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

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


#a5bedf Background Color

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

This div background color is #a5bedf


#a5bedf Border Color

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

This div border color is #a5bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bedf


Comments

No comments written yet.

Please login to write comment.