Color Hex Logo

#abdace Color Hex

#ABDACE
(171,218,206)
0 Favorites   0 Comments

Color spaces of #abdace

RGB 171218206
HSL0.460.390.76
HSV165°22°85°
CMYK 0.220.000.06   0.15
XYZ53.006663.257067.8086
Yxy63.25700.28800.3437
Hunter Lab79.5343-20.22145.1251
CIE-Lab83.5774-17.65230.8916

#abdace color RGB value is (171,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11001110
Octal 253 332 316
Decimal 171 218 206
Hex AB DA CE

RGB Percentages of Color #abdace

%28.74
%36.64
%34.62

CMYK Percentages of Color #abdace

%22
%0
%6
%15

Triadic Colors of #abdace

#abdace #ceabda #daceab

Analogous Colors of #abdace

#abdace #abcfda #abdab7

Monochromatic Colors of #abdace

#abdace

Complementary Color

#abdace #daabb7

#abdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdace Color CSS Codes

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

#abdace Text Font Color

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

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


#abdace Background Color

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

This div background color is #abdace


#abdace Border Color

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

This div border color is #abdace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdace


Comments

No comments written yet.

Please login to write comment.