Color Hex Logo

#a5bebc Color Hex

#A5BEBC
(165,190,188)
0 Favorites   0 Comments

Color spaces of #a5bebc

RGB 165190188
HSL0.490.160.70
HSV175°13°75°
CMYK 0.130.000.01   0.25
XYZ43.007648.457154.6634
Yxy48.45710.29430.3316
Hunter Lab69.6111-11.53752.1693
CIE-Lab75.1123-8.8661-1.8653

#a5bebc color RGB value is (165,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 10111100
Octal 245 276 274
Decimal 165 190 188
Hex A5 BE BC

RGB Percentages of Color #a5bebc

%30.39
%34.99
%34.62

CMYK Percentages of Color #a5bebc

%13
%0
%1
%25

Triadic Colors of #a5bebc

#a5bebc #bca5be #bebca5

Analogous Colors of #a5bebc

#a5bebc #a5b4be #a5beb0

Monochromatic Colors of #a5bebc

#a5bebc

Complementary Color

#a5bebc #bea5a7

#a5bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bebc Color CSS Codes

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

#a5bebc Text Font Color

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

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


#a5bebc Background Color

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

This div background color is #a5bebc


#a5bebc Border Color

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

This div border color is #a5bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bebc


Comments

No comments written yet.

Please login to write comment.