Color Hex Logo

#aebcbc Color Hex

#AEBCBC
(174,188,188)
0 Favorites   0 Comments

Color spaces of #aebcbc

RGB 174188188
HSL0.500.090.71
HSV180°74°
CMYK 0.070.000.00   0.26
XYZ44.515948.596054.6107
Yxy48.59600.30130.3290
Hunter Lab69.7108-8.00752.3504
CIE-Lab75.1993-4.8050-1.6642

#aebcbc color RGB value is (174,188,188).

#aebcbc hex color red value is 174, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aebcbc hue: 0.50 , saturation: 0.09 and the lightness value of aebcbc is 0.71.

The process color (four color CMYK) of #aebcbc color hex is 0.07, 0.00, 0.00, 0.26. Web safe color of #aebcbc is #99cccc. Color #aebcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10111100
Octal 256 274 274
Decimal 174 188 188
Hex AE BC BC

RGB Percentages of Color #aebcbc

%31.64
%34.18
%34.18

CMYK Percentages of Color #aebcbc

%7
%0
%0
%26

Triadic Colors of #aebcbc

#aebcbc #bcaebc #bcbcae

Analogous Colors of #aebcbc

#aebcbc #aeb5bc #aebcb5

Monochromatic Colors of #aebcbc

#aebcbc

Complementary Color

#aebcbc #bcaeae

#aebcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcbc Color CSS Codes

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

#aebcbc Text Font Color

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

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


#aebcbc Background Color

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

This div background color is #aebcbc


#aebcbc Border Color

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

This div border color is #aebcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcbc

#aebcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.