Color Hex Logo

#abaeba Color Hex

#ABAEBA
(171,174,186)
0 Favorites   0 Comments

Color spaces of #abaeba

RGB 171174186
HSL0.630.100.70
HSV228°73°
CMYK 0.080.060.00   0.27
XYZ40.793642.475252.5029
Yxy42.47520.30050.3128
Hunter Lab65.1730-2.3246-2.1425
CIE-Lab71.19731.3057-6.4929

#abaeba color RGB value is (171,174,186).

#abaeba hex color red value is 171, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abaeba hue: 0.63 , saturation: 0.10 and the lightness value of abaeba is 0.70.

The process color (four color CMYK) of #abaeba color hex is 0.08, 0.06, 0.00, 0.27. Web safe color of #abaeba is #9999cc. Color #abaeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10111010
Octal 253 256 272
Decimal 171 174 186
Hex AB AE BA

RGB Percentages of Color #abaeba

%32.20
%32.77
%35.03

CMYK Percentages of Color #abaeba

%8
%6
%0
%27

Triadic Colors of #abaeba

#abaeba #baabae #aebaab

Analogous Colors of #abaeba

#abaeba #b0abba #abb6ba

Monochromatic Colors of #abaeba

#abaeba

Complementary Color

#abaeba #bab7ab

#abaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeba Color CSS Codes

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

#abaeba Text Font Color

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

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


#abaeba Background Color

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

This div background color is #abaeba


#abaeba Border Color

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

This div border color is #abaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeba


Comments

No comments written yet.

Please login to write comment.