Color Hex Logo

#a5beba Color Hex

#A5BEBA
(165,190,186)
0 Favorites   0 Comments

Color spaces of #a5beba

RGB 165190186
HSL0.470.160.70
HSV170°13°75°
CMYK 0.130.000.02   0.25
XYZ42.793448.371453.5355
Yxy48.37140.29570.3343
Hunter Lab69.5496-11.88183.0464
CIE-Lab75.0586-9.2727-0.8571

#a5beba color RGB value is (165,190,186).

#a5beba hex color red value is 165, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a5beba hue: 0.47 , saturation: 0.16 and the lightness value of a5beba is 0.70.

The process color (four color CMYK) of #a5beba color hex is 0.13, 0.00, 0.02, 0.25. Web safe color of #a5beba is #99cccc. Color #a5beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 10111010
Octal 245 276 272
Decimal 165 190 186
Hex A5 BE BA

RGB Percentages of Color #a5beba

%30.50
%35.12
%34.38

CMYK Percentages of Color #a5beba

%13
%0
%2
%25

Triadic Colors of #a5beba

#a5beba #baa5be #bebaa5

Analogous Colors of #a5beba

#a5beba #a5b6be #a5beae

Monochromatic Colors of #a5beba

#a5beba

Complementary Color

#a5beba #bea5a9

#a5beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5beba Color CSS Codes

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

#a5beba Text Font Color

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

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


#a5beba Background Color

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

This div background color is #a5beba


#a5beba Border Color

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

This div border color is #a5beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5beba


Comments

No comments written yet.

Please login to write comment.