Color Hex Logo

#abcbd4 Color Hex

#ABCBD4
(171,203,212)
0 Favorites   0 Comments

Color spaces of #abcbd4

RGB 171203212
HSL0.540.320.75
HSV193°19°83°
CMYK 0.190.040.00   0.17
XYZ50.034256.123370.4831
Yxy56.12330.28330.3177
Hunter Lab74.9155-11.8864-3.3413
CIE-Lab79.6839-8.7115-8.0379

#abcbd4 color RGB value is (171,203,212).

#abcbd4 hex color red value is 171, green value is 203 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #abcbd4 hue: 0.54 , saturation: 0.32 and the lightness value of abcbd4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11010100
Octal 253 313 324
Decimal 171 203 212
Hex AB CB D4

RGB Percentages of Color #abcbd4

%29.18
%34.64
%36.18

CMYK Percentages of Color #abcbd4

%19
%4
%0
%17

Triadic Colors of #abcbd4

#abcbd4 #d4abcb #cbd4ab

Analogous Colors of #abcbd4

#abcbd4 #abb7d4 #abd4c9

Monochromatic Colors of #abcbd4

#abcbd4

Complementary Color

#abcbd4 #d4b4ab

#abcbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbd4 Color CSS Codes

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

#abcbd4 Text Font Color

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

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


#abcbd4 Background Color

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

This div background color is #abcbd4


#abcbd4 Border Color

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

This div border color is #abcbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbd4

#abcbd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.