Color Hex Logo

#a4bebe Color Hex

#A4BEBE
(164,190,190)
0 Favorites   0 Comments

Color spaces of #a4bebe

RGB 164190190
HSL0.500.170.69
HSV180°14°75°
CMYK 0.140.000.00   0.25
XYZ43.017648.437155.7972
Yxy48.43710.29210.3289
Hunter Lab69.5968-11.46391.1837
CIE-Lab75.0998-8.7823-2.9784

#a4bebe color RGB value is (164,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111110 10111110
Octal 244 276 276
Decimal 164 190 190
Hex A4 BE BE

RGB Percentages of Color #a4bebe

%30.15
%34.93
%34.93

CMYK Percentages of Color #a4bebe

%14
%0
%0
%25

Triadic Colors of #a4bebe

#a4bebe #bea4be #bebea4

Analogous Colors of #a4bebe

#a4bebe #a4b1be #a4beb1

Monochromatic Colors of #a4bebe

#a4bebe

Complementary Color

#a4bebe #bea4a4

#a4bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bebe Color CSS Codes

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

#a4bebe Text Font Color

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

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


#a4bebe Background Color

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

This div background color is #a4bebe


#a4bebe Border Color

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

This div border color is #a4bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bebe


Comments

No comments written yet.

Please login to write comment.