Color Hex Logo

#a5becf Color Hex

#A5BECF
(165,190,207)
0 Favorites   0 Comments

Color spaces of #a5becf

RGB 165190207
HSL0.570.300.73
HSV204°20°81°
CMYK 0.200.080.00   0.19
XYZ45.193049.331266.1714
Yxy49.33120.28120.3070
Hunter Lab70.2362-8.0587-6.6934
CIE-Lab75.6569-4.8187-11.3786

#a5becf color RGB value is (165,190,207).

#a5becf hex color red value is 165, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a5becf hue: 0.57 , saturation: 0.30 and the lightness value of a5becf is 0.73.

The process color (four color CMYK) of #a5becf color hex is 0.20, 0.08, 0.00, 0.19. Web safe color of #a5becf is #99cccc. Color #a5becf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 11001111
Octal 245 276 317
Decimal 165 190 207
Hex A5 BE CF

RGB Percentages of Color #a5becf

%29.36
%33.81
%36.83

CMYK Percentages of Color #a5becf

%20
%8
%0
%19

Triadic Colors of #a5becf

#a5becf #cfa5be #becfa5

Analogous Colors of #a5becf

#a5becf #a5a9cf #a5cfcb

Monochromatic Colors of #a5becf

#a5becf

Complementary Color

#a5becf #cfb6a5

#a5becf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5becf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5becf Color CSS Codes

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

#a5becf Text Font Color

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

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


#a5becf Background Color

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

This div background color is #a5becf


#a5becf Border Color

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

This div border color is #a5becf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5becf


Comments

No comments written yet.

Please login to write comment.