Color Hex Logo

#abbec4 Color Hex

#ABBEC4
(171,190,196)
0 Favorites   0 Comments

Color spaces of #abbec4

RGB 171190196
HSL0.540.170.72
HSV194°13°77°
CMYK 0.130.030.00   0.23
XYZ45.171849.470459.3925
Yxy49.47040.29330.3212
Hunter Lab70.3352-8.4475-0.8311
CIE-Lab75.7430-5.2510-5.2356

#abbec4 color RGB value is (171,190,196).

#abbec4 hex color red value is 171, green value is 190 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #abbec4 hue: 0.54 , saturation: 0.17 and the lightness value of abbec4 is 0.72.

The process color (four color CMYK) of #abbec4 color hex is 0.13, 0.03, 0.00, 0.23. Web safe color of #abbec4 is #99cccc. Color #abbec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11000100
Octal 253 276 304
Decimal 171 190 196
Hex AB BE C4

RGB Percentages of Color #abbec4

%30.70
%34.11
%35.19

CMYK Percentages of Color #abbec4

%13
%3
%0
%23

Triadic Colors of #abbec4

#abbec4 #c4abbe #bec4ab

Analogous Colors of #abbec4

#abbec4 #abb2c4 #abc4be

Monochromatic Colors of #abbec4

#abbec4

Complementary Color

#abbec4 #c4b1ab

#abbec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbec4 Color CSS Codes

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

#abbec4 Text Font Color

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

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


#abbec4 Background Color

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

This div background color is #abbec4


#abbec4 Border Color

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

This div border color is #abbec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbec4


Comments

No comments written yet.

Please login to write comment.