Color Hex Logo

#abdbce Color Hex

#ABDBCE
(171,219,206)
0 Favorites   0 Comments

Color spaces of #abdbce

RGB 171219206
HSL0.450.400.76
HSV164°22°86°
CMYK 0.220.000.06   0.14
XYZ53.266763.777267.8953
Yxy63.77720.28800.3449
Hunter Lab79.8606-20.69745.4957
CIE-Lab83.8496-18.15361.2882

#abdbce color RGB value is (171,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11001110
Octal 253 333 316
Decimal 171 219 206
Hex AB DB CE

RGB Percentages of Color #abdbce

%28.69
%36.74
%34.56

CMYK Percentages of Color #abdbce

%22
%0
%6
%14

Triadic Colors of #abdbce

#abdbce #ceabdb #dbceab

Analogous Colors of #abdbce

#abdbce #abd0db #abdbb6

Monochromatic Colors of #abdbce

#abdbce

Complementary Color

#abdbce #dbabb8

#abdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbce Color CSS Codes

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

#abdbce Text Font Color

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

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


#abdbce Background Color

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

This div background color is #abdbce


#abdbce Border Color

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

This div border color is #abdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbce


Comments

No comments written yet.

Please login to write comment.