Color Hex Logo

#abb2ce Color Hex

#ABB2CE
(171,178,206)
0 Favorites   0 Comments

Color spaces of #abb2ce

RGB 171178206
HSL0.630.260.74
HSV228°17°81°
CMYK 0.170.140.00   0.19
XYZ43.855644.954964.7583
Yxy44.95490.28560.2927
Hunter Lab67.0484-0.5799-10.3310
CIE-Lab72.86223.3393-14.9825

#abb2ce color RGB value is (171,178,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 11001110
Octal 253 262 316
Decimal 171 178 206
Hex AB B2 CE

RGB Percentages of Color #abb2ce

%30.81
%32.07
%37.12

CMYK Percentages of Color #abb2ce

%17
%14
%0
%19

Triadic Colors of #abb2ce

#abb2ce #ceabb2 #b2ceab

Analogous Colors of #abb2ce

#abb2ce #b6abce #abc4ce

Monochromatic Colors of #abb2ce

#abb2ce

Complementary Color

#abb2ce #cec7ab

#abb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb2ce Color CSS Codes

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

#abb2ce Text Font Color

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

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


#abb2ce Background Color

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

This div background color is #abb2ce


#abb2ce Border Color

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

This div border color is #abb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb2ce


Comments

No comments written yet.

Please login to write comment.