Color Hex Logo

#abbce5 Color Hex

#ABBCE5
(171,188,229)
0 Favorites   0 Comments

Color spaces of #abbce5

RGB 171188229
HSL0.620.530.78
HSV222°25°90°
CMYK 0.250.180.00   0.10
XYZ48.920750.281581.2556
Yxy50.28150.27110.2786
Hunter Lab70.9094-0.9437-18.3042
CIE-Lab76.24173.1083-22.3725

#abbce5 color RGB value is (171,188,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11100101
Octal 253 274 345
Decimal 171 188 229
Hex AB BC E5

RGB Percentages of Color #abbce5

%29.08
%31.97
%38.95

CMYK Percentages of Color #abbce5

%25
%18
%0
%10

Triadic Colors of #abbce5

#abbce5 #e5abbc #bce5ab

Analogous Colors of #abbce5

#abbce5 #b7abe5 #abd9e5

Monochromatic Colors of #abbce5

#abbce5

Complementary Color

#abbce5 #e5d4ab

#abbce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbce5 Color CSS Codes

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

#abbce5 Text Font Color

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

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


#abbce5 Background Color

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

This div background color is #abbce5


#abbce5 Border Color

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

This div border color is #abbce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbce5


Comments

No comments written yet.

Please login to write comment.