Color Hex Logo

#abdcc3 Color Hex

#ABDCC3
(171,220,195)
0 Favorites   0 Comments

Color spaces of #abdcc3

RGB 171220195
HSL0.410.410.77
HSV149°22°86°
CMYK 0.220.000.11   0.14
XYZ52.238163.784561.1882
Yxy63.78450.29480.3599
Hunter Lab79.8652-23.011110.4810
CIE-Lab83.8534-20.84087.1173

#abdcc3 color RGB value is (171,220,195).

#abdcc3 hex color red value is 171, green value is 220 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #abdcc3 hue: 0.41 , saturation: 0.41 and the lightness value of abdcc3 is 0.77.

The process color (four color CMYK) of #abdcc3 color hex is 0.22, 0.00, 0.11, 0.14. Web safe color of #abdcc3 is #99cccc. Color #abdcc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11000011
Octal 253 334 303
Decimal 171 220 195
Hex AB DC C3

RGB Percentages of Color #abdcc3

%29.18
%37.54
%33.28

CMYK Percentages of Color #abdcc3

%22
%0
%11
%14

Triadic Colors of #abdcc3

#abdcc3 #c3abdc #dcc3ab

Analogous Colors of #abdcc3

#abdcc3 #abdcdc #acdcab

Monochromatic Colors of #abdcc3

#abdcc3

Complementary Color

#abdcc3 #dcabc4

#abdcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcc3 Color CSS Codes

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

#abdcc3 Text Font Color

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

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


#abdcc3 Background Color

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

This div background color is #abdcc3


#abdcc3 Border Color

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

This div border color is #abdcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcc3


Comments

No comments written yet.

Please login to write comment.