Color Hex Logo

#abbfdf Color Hex

#ABBFDF
(171,191,223)
0 Favorites   0 Comments

Color spaces of #abbfdf

RGB 171191223
HSL0.600.450.77
HSV217°23°87°
CMYK 0.230.140.00   0.13
XYZ48.744751.247277.1346
Yxy51.24720.27520.2893
Hunter Lab71.5871-3.7343-13.7735
CIE-Lab76.82850.0979-18.2406

#abbfdf color RGB value is (171,191,223).

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

The process color (four color CMYK) of #abbfdf color hex is 0.23, 0.14, 0.00, 0.13. Web safe color of #abbfdf is #99cccc. Color #abbfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11011111
Octal 253 277 337
Decimal 171 191 223
Hex AB BF DF

RGB Percentages of Color #abbfdf

%29.23
%32.65
%38.12

CMYK Percentages of Color #abbfdf

%23
%14
%0
%13

Triadic Colors of #abbfdf

#abbfdf #dfabbf #bfdfab

Analogous Colors of #abbfdf

#abbfdf #b1abdf #abd9df

Monochromatic Colors of #abbfdf

#abbfdf

Complementary Color

#abbfdf #dfcbab

#abbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfdf Color CSS Codes

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

#abbfdf Text Font Color

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

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


#abbfdf Background Color

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

This div background color is #abbfdf


#abbfdf Border Color

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

This div border color is #abbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfdf


Comments

No comments written yet.

Please login to write comment.