Color Hex Logo

#abdada Color Hex

#ABDADA
(171,218,218)
0 Favorites   0 Comments

Color spaces of #abdada

RGB 171218218
HSL0.500.390.76
HSV180°22°85°
CMYK 0.220.000.00   0.15
XYZ54.520963.862775.7828
Yxy63.86270.28080.3289
Hunter Lab79.9141-18.0693-0.2850
CIE-Lab83.8942-15.1355-5.0107

#abdada color RGB value is (171,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11011010
Octal 253 332 332
Decimal 171 218 218
Hex AB DA DA

RGB Percentages of Color #abdada

%28.17
%35.91
%35.91

CMYK Percentages of Color #abdada

%22
%0
%0
%15

Triadic Colors of #abdada

#abdada #daabda #dadaab

Analogous Colors of #abdada

#abdada #abc3da #abdac3

Monochromatic Colors of #abdada

#abdada

Complementary Color

#abdada #daabab

#abdada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdada Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdada Color CSS Codes

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

#abdada Text Font Color

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

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


#abdada Background Color

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

This div background color is #abdada


#abdada Border Color

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

This div border color is #abdada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdada


Comments

No comments written yet.

Please login to write comment.