Color Hex Logo

#abaeca Color Hex

#ABAECA
(171,174,202)
0 Favorites   0 Comments

Color spaces of #abaeca

RGB 171174202
HSL0.650.230.73
HSV234°15°79°
CMYK 0.150.140.00   0.21
XYZ42.591343.194361.9696
Yxy43.19430.28830.2923
Hunter Lab65.72240.6626-9.8989
CIE-Lab71.68664.6572-14.5595

#abaeca color RGB value is (171,174,202).

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

The process color (four color CMYK) of #abaeca color hex is 0.15, 0.14, 0.00, 0.21. Web safe color of #abaeca is #9999cc. Color #abaeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11001010
Octal 253 256 312
Decimal 171 174 202
Hex AB AE CA

RGB Percentages of Color #abaeca

%31.26
%31.81
%36.93

CMYK Percentages of Color #abaeca

%15
%14
%0
%21

Triadic Colors of #abaeca

#abaeca #caabae #aecaab

Analogous Colors of #abaeca

#abaeca #b8abca #abbeca

Monochromatic Colors of #abaeca

#abaeca

Complementary Color

#abaeca #cac7ab

#abaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeca Color CSS Codes

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

#abaeca Text Font Color

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

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


#abaeca Background Color

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

This div background color is #abaeca


#abaeca Border Color

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

This div border color is #abaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeca


Comments

No comments written yet.

Please login to write comment.