Color Hex Logo

#abdbd7 Color Hex

#ABDBD7
(171,219,215)
0 Favorites   0 Comments

Color spaces of #abdbd7

RGB 171219215
HSL0.490.400.76
HSV175°22°86°
CMYK 0.220.000.02   0.14
XYZ54.391864.227373.8203
Yxy64.22730.28260.3338
Hunter Lab80.1419-19.10161.4862
CIE-Lab84.0840-16.2815-3.1401

#abdbd7 color RGB value is (171,219,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11010111
Octal 253 333 327
Decimal 171 219 215
Hex AB DB D7

RGB Percentages of Color #abdbd7

%28.26
%36.20
%35.54

CMYK Percentages of Color #abdbd7

%22
%0
%2
%14

Triadic Colors of #abdbd7

#abdbd7 #d7abdb #dbd7ab

Analogous Colors of #abdbd7

#abdbd7 #abc7db #abdbbf

Monochromatic Colors of #abdbd7

#abdbd7

Complementary Color

#abdbd7 #dbabaf

#abdbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbd7 Color CSS Codes

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

#abdbd7 Text Font Color

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

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


#abdbd7 Background Color

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

This div background color is #abdbd7


#abdbd7 Border Color

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

This div border color is #abdbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbd7


Comments

No comments written yet.

Please login to write comment.