Color Hex Logo

#abbfd3 Color Hex

#ABBFD3
(171,191,211)
0 Favorites   0 Comments

Color spaces of #abbfd3

RGB 171191211
HSL0.580.310.75
HSV210°19°83°
CMYK 0.190.090.00   0.17
XYZ47.183350.622768.9123
Yxy50.62270.28300.3036
Hunter Lab71.1496-6.1385-7.6209
CIE-Lab76.4499-2.5899-12.3189

#abbfd3 color RGB value is (171,191,211).

#abbfd3 hex color red value is 171, green value is 191 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #abbfd3 hue: 0.58 , saturation: 0.31 and the lightness value of abbfd3 is 0.75.

The process color (four color CMYK) of #abbfd3 color hex is 0.19, 0.09, 0.00, 0.17. Web safe color of #abbfd3 is #99cccc. Color #abbfd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11010011
Octal 253 277 323
Decimal 171 191 211
Hex AB BF D3

RGB Percentages of Color #abbfd3

%29.84
%33.33
%36.82

CMYK Percentages of Color #abbfd3

%19
%9
%0
%17

Triadic Colors of #abbfd3

#abbfd3 #d3abbf #bfd3ab

Analogous Colors of #abbfd3

#abbfd3 #ababd3 #abd3d3

Monochromatic Colors of #abbfd3

#abbfd3

Complementary Color

#abbfd3 #d3bfab

#abbfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfd3 Color CSS Codes

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

#abbfd3 Text Font Color

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

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


#abbfd3 Background Color

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

This div background color is #abbfd3


#abbfd3 Border Color

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

This div border color is #abbfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfd3


Comments

No comments written yet.

Please login to write comment.