Color Hex Logo

#aeb8ba Color Hex

#AEB8BA
(174,184,186)
0 Favorites   0 Comments

Color spaces of #aeb8ba

RGB 174184186
HSL0.530.080.71
HSV190°73°
CMYK 0.060.010.00   0.27
XYZ43.459046.824853.2019
Yxy46.82480.30290.3263
Hunter Lab68.4286-6.38491.8033
CIE-Lab74.0776-3.0676-2.2199

#aeb8ba color RGB value is (174,184,186).

#aeb8ba hex color red value is 174, green value is 184 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aeb8ba hue: 0.53 , saturation: 0.08 and the lightness value of aeb8ba is 0.71.

The process color (four color CMYK) of #aeb8ba color hex is 0.06, 0.01, 0.00, 0.27. Web safe color of #aeb8ba is #99cccc. Color #aeb8ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 10111010
Octal 256 270 272
Decimal 174 184 186
Hex AE B8 BA

RGB Percentages of Color #aeb8ba

%31.99
%33.82
%34.19

CMYK Percentages of Color #aeb8ba

%6
%1
%0
%27

Triadic Colors of #aeb8ba

#aeb8ba #baaeb8 #b8baae

Analogous Colors of #aeb8ba

#aeb8ba #aeb2ba #aebab6

Monochromatic Colors of #aeb8ba

#aeb8ba

Complementary Color

#aeb8ba #bab0ae

#aeb8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb8ba Color CSS Codes

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

#aeb8ba Text Font Color

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

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


#aeb8ba Background Color

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

This div background color is #aeb8ba


#aeb8ba Border Color

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

This div border color is #aeb8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb8ba


Comments

No comments written yet.

Please login to write comment.