Color Hex Logo

#abcbd7 Color Hex

#ABCBD7
(171,203,215)
0 Favorites   0 Comments

Color spaces of #abcbd7

RGB 171203215
HSL0.550.350.76
HSV196°20°84°
CMYK 0.200.060.00   0.16
XYZ50.416356.276172.4951
Yxy56.27610.28140.3141
Hunter Lab75.0174-11.3175-4.7843
CIE-Lab79.7707-8.0603-9.5191

#abcbd7 color RGB value is (171,203,215).

#abcbd7 hex color red value is 171, green value is 203 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #abcbd7 hue: 0.55 , saturation: 0.35 and the lightness value of abcbd7 is 0.76.

The process color (four color CMYK) of #abcbd7 color hex is 0.20, 0.06, 0.00, 0.16. Web safe color of #abcbd7 is #99cccc. Color #abcbd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11010111
Octal 253 313 327
Decimal 171 203 215
Hex AB CB D7

RGB Percentages of Color #abcbd7

%29.03
%34.47
%36.50

CMYK Percentages of Color #abcbd7

%20
%6
%0
%16

Triadic Colors of #abcbd7

#abcbd7 #d7abcb #cbd7ab

Analogous Colors of #abcbd7

#abcbd7 #abb5d7 #abd7cd

Monochromatic Colors of #abcbd7

#abcbd7

Complementary Color

#abcbd7 #d7b7ab

#abcbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbd7 Color CSS Codes

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

#abcbd7 Text Font Color

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

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


#abcbd7 Background Color

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

This div background color is #abcbd7


#abcbd7 Border Color

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

This div border color is #abcbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbd7


Comments

No comments written yet.

Please login to write comment.