Color Hex Logo

#abbceb Color Hex

#ABBCEB
(171,188,235)
0 Favorites   0 Comments

Color spaces of #abbceb

RGB 171188235
HSL0.620.620.80
HSV224°27°92°
CMYK 0.270.200.00   0.08
XYZ49.773250.622585.7451
Yxy50.62250.26740.2720
Hunter Lab71.14950.3595-21.6481
CIE-Lab76.44984.5257-25.2951

#abbceb color RGB value is (171,188,235).

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

The process color (four color CMYK) of #abbceb color hex is 0.27, 0.20, 0.00, 0.08. Web safe color of #abbceb is #99ccff. Color #abbceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11101011
Octal 253 274 353
Decimal 171 188 235
Hex AB BC EB

RGB Percentages of Color #abbceb

%28.79
%31.65
%39.56

CMYK Percentages of Color #abbceb

%27
%20
%0
%8

Triadic Colors of #abbceb

#abbceb #ebabbc #bcebab

Analogous Colors of #abbceb

#abbceb #baabeb #abdceb

Monochromatic Colors of #abbceb

#abbceb

Complementary Color

#abbceb #ebdaab

#abbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbceb Color CSS Codes

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

#abbceb Text Font Color

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

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


#abbceb Background Color

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

This div background color is #abbceb


#abbceb Border Color

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

This div border color is #abbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbceb


Comments

No comments written yet.

Please login to write comment.