Color Hex Logo

#abaece Color Hex

#ABAECE
(171,174,206)
0 Favorites   0 Comments

Color spaces of #abaece

RGB 171174206
HSL0.650.260.74
HSV235°17°81°
CMYK 0.170.160.00   0.19
XYZ43.071243.386364.4968
Yxy43.38630.28530.2874
Hunter Lab65.86831.4515-11.9477
CIE-Lab71.81645.5297-16.5590

#abaece color RGB value is (171,174,206).

#abaece hex color red value is 171, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #abaece hue: 0.65 , saturation: 0.26 and the lightness value of abaece is 0.74.

The process color (four color CMYK) of #abaece color hex is 0.17, 0.16, 0.00, 0.19. Web safe color of #abaece is #9999cc. Color #abaece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11001110
Octal 253 256 316
Decimal 171 174 206
Hex AB AE CE

RGB Percentages of Color #abaece

%31.03
%31.58
%37.39

CMYK Percentages of Color #abaece

%17
%16
%0
%19

Triadic Colors of #abaece

#abaece #ceabae #aeceab

Analogous Colors of #abaece

#abaece #baabce #abc0ce

Monochromatic Colors of #abaece

#abaece

Complementary Color

#abaece #cecbab

#abaece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaece Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaece Color CSS Codes

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

#abaece Text Font Color

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

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


#abaece Background Color

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

This div background color is #abaece


#abaece Border Color

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

This div border color is #abaece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaece


Comments

No comments written yet.

Please login to write comment.