Color Hex Logo

#abbce8 Color Hex

#ABBCE8
(171,188,232)
0 Favorites   0 Comments

Color spaces of #abbce8

RGB 171188232
HSL0.620.570.79
HSV223°26°91°
CMYK 0.260.190.00   0.09
XYZ49.343350.450683.4812
Yxy50.45060.26920.2753
Hunter Lab71.0286-0.2967-19.9646
CIE-Lab76.34503.8136-23.8358

#abbce8 color RGB value is (171,188,232).

#abbce8 hex color red value is 171, green value is 188 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #abbce8 hue: 0.62 , saturation: 0.57 and the lightness value of abbce8 is 0.79.

The process color (four color CMYK) of #abbce8 color hex is 0.26, 0.19, 0.00, 0.09. Web safe color of #abbce8 is #99ccff. Color #abbce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11101000
Octal 253 274 350
Decimal 171 188 232
Hex AB BC E8

RGB Percentages of Color #abbce8

%28.93
%31.81
%39.26

CMYK Percentages of Color #abbce8

%26
%19
%0
%9

Triadic Colors of #abbce8

#abbce8 #e8abbc #bce8ab

Analogous Colors of #abbce8

#abbce8 #b9abe8 #abdbe8

Monochromatic Colors of #abbce8

#abbce8

Complementary Color

#abbce8 #e8d7ab

#abbce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbce8 Color CSS Codes

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

#abbce8 Text Font Color

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

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


#abbce8 Background Color

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

This div background color is #abbce8


#abbce8 Border Color

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

This div border color is #abbce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbce8


Comments

No comments written yet.

Please login to write comment.