Color Hex Logo

#abb2df Color Hex

#ABB2DF
(171,178,223)
0 Favorites   0 Comments

Color spaces of #abb2df

RGB 171178223
HSL0.640.450.77
HSV232°23°87°
CMYK 0.230.200.00   0.13
XYZ46.034345.826476.2312
Yxy45.82640.27390.2726
Hunter Lab67.69522.9175-19.3795
CIE-Lab73.43277.1750-23.3966

#abb2df color RGB value is (171,178,223).

#abb2df hex color red value is 171, green value is 178 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abb2df hue: 0.64 , saturation: 0.45 and the lightness value of abb2df is 0.77.

The process color (four color CMYK) of #abb2df color hex is 0.23, 0.20, 0.00, 0.13. Web safe color of #abb2df is #9999cc. Color #abb2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 11011111
Octal 253 262 337
Decimal 171 178 223
Hex AB B2 DF

RGB Percentages of Color #abb2df

%29.90
%31.12
%38.99

CMYK Percentages of Color #abb2df

%23
%20
%0
%13

Triadic Colors of #abb2df

#abb2df #dfabb2 #b2dfab

Analogous Colors of #abb2df

#abb2df #beabdf #abccdf

Monochromatic Colors of #abb2df

#abb2df

Complementary Color

#abb2df #dfd8ab

#abb2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb2df Color CSS Codes

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

#abb2df Text Font Color

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

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


#abb2df Background Color

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

This div background color is #abb2df


#abb2df Border Color

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

This div border color is #abb2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb2df


Comments

No comments written yet.

Please login to write comment.