Color Hex Logo

#a4bebc Color Hex

#A4BEBC
(164,190,188)
0 Favorites   0 Comments

Color spaces of #a4bebc

RGB 164190188
HSL0.490.170.69
HSV175°14°75°
CMYK 0.140.000.01   0.25
XYZ42.800448.350354.6537
Yxy48.35030.29350.3316
Hunter Lab69.5344-11.81332.0724
CIE-Lab75.0453-9.1948-1.9714

#a4bebc color RGB value is (164,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 10111100
Octal 244 276 274
Decimal 164 190 188
Hex A4 BE BC

RGB Percentages of Color #a4bebc

%30.26
%35.06
%34.69

CMYK Percentages of Color #a4bebc

%14
%0
%1
%25

Triadic Colors of #a4bebc

#a4bebc #bca4be #bebca4

Analogous Colors of #a4bebc

#a4bebc #a4b3be #a4beaf

Monochromatic Colors of #a4bebc

#a4bebc

Complementary Color

#a4bebc #bea4a6

#a4bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bebc Color CSS Codes

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

#a4bebc Text Font Color

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

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


#a4bebc Background Color

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

This div background color is #a4bebc


#a4bebc Border Color

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

This div border color is #a4bebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a4bebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bebc


Comments

No comments written yet.

Please login to write comment.