Color Hex Logo

#abb1ea Color Hex

#ABB1EA
(171,177,234)
0 Favorites   0 Comments

Color spaces of #abb1ea

RGB 171177234
HSL0.650.600.79
HSV234°27°92°
CMYK 0.270.240.00   0.08
XYZ47.368046.042784.2325
Yxy46.04270.26660.2592
Hunter Lab67.85485.8613-26.1022
CIE-Lab73.573210.3254-29.1622

#abb1ea color RGB value is (171,177,234).

#abb1ea hex color red value is 171, green value is 177 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #abb1ea hue: 0.65 , saturation: 0.60 and the lightness value of abb1ea is 0.79.

The process color (four color CMYK) of #abb1ea color hex is 0.27, 0.24, 0.00, 0.08. Web safe color of #abb1ea is #9999ff. Color #abb1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 11101010
Octal 253 261 352
Decimal 171 177 234
Hex AB B1 EA

RGB Percentages of Color #abb1ea

%29.38
%30.41
%40.21

CMYK Percentages of Color #abb1ea

%27
%24
%0
%8

Triadic Colors of #abb1ea

#abb1ea #eaabb1 #b1eaab

Analogous Colors of #abb1ea

#abb1ea #c5abea #abd1ea

Monochromatic Colors of #abb1ea

#abb1ea

Complementary Color

#abb1ea #eae4ab

#abb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb1ea Color CSS Codes

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

#abb1ea Text Font Color

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

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


#abb1ea Background Color

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

This div background color is #abb1ea


#abb1ea Border Color

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

This div border color is #abb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb1ea


Comments

No comments written yet.

Please login to write comment.