Color Hex Logo

#abbce4 Color Hex

#ABBCE4
(171,188,228)
0 Favorites   0 Comments

Color spaces of #abbce4

RGB 171188228
HSL0.620.510.78
HSV222°25°89°
CMYK 0.250.180.00   0.11
XYZ48.781450.225880.5223
Yxy50.22580.27170.2798
Hunter Lab70.8702-1.1575-17.7559
CIE-Lab76.20762.8745-21.8839

#abbce4 color RGB value is (171,188,228).

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

The process color (four color CMYK) of #abbce4 color hex is 0.25, 0.18, 0.00, 0.11. Web safe color of #abbce4 is #99cccc. Color #abbce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11100100
Octal 253 274 344
Decimal 171 188 228
Hex AB BC E4

RGB Percentages of Color #abbce4

%29.13
%32.03
%38.84

CMYK Percentages of Color #abbce4

%25
%18
%0
%11

Triadic Colors of #abbce4

#abbce4 #e4abbc #bce4ab

Analogous Colors of #abbce4

#abbce4 #b7abe4 #abd9e4

Monochromatic Colors of #abbce4

#abbce4

Complementary Color

#abbce4 #e4d3ab

#abbce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbce4 Color CSS Codes

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

#abbce4 Text Font Color

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

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


#abbce4 Background Color

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

This div background color is #abbce4


#abbce4 Border Color

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

This div border color is #abbce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbce4


Comments

No comments written yet.

Please login to write comment.