Color Hex Logo

#abb2ea Color Hex

#ABB2EA
(171,178,234)
0 Favorites   0 Comments

Color spaces of #abb2ea

RGB 171178234
HSL0.650.600.79
HSV233°27°92°
CMYK 0.270.240.00   0.08
XYZ47.566346.439284.2986
Yxy46.43920.26680.2604
Hunter Lab68.14635.3374-25.6407
CIE-Lab73.82969.7727-28.7682

#abb2ea color RGB value is (171,178,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 11101010
Octal 253 262 352
Decimal 171 178 234
Hex AB B2 EA

RGB Percentages of Color #abb2ea

%29.33
%30.53
%40.14

CMYK Percentages of Color #abb2ea

%27
%24
%0
%8

Triadic Colors of #abb2ea

#abb2ea #eaabb2 #b2eaab

Analogous Colors of #abb2ea

#abb2ea #c4abea #abd2ea

Monochromatic Colors of #abb2ea

#abb2ea

Complementary Color

#abb2ea #eae3ab

#abb2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb2ea Color CSS Codes

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

#abb2ea Text Font Color

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

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


#abb2ea Background Color

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

This div background color is #abb2ea


#abb2ea Border Color

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

This div border color is #abb2ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,178,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 #abb2ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb2ea


Comments

No comments written yet.

Please login to write comment.