Color Hex Logo

#abd2da Color Hex

#ABD2DA
(171,210,218)
0 Favorites   0 Comments

Color spaces of #abd2da

RGB 171210218
HSL0.530.390.76
HSV190°22°85°
CMYK 0.220.040.00   0.15
XYZ52.496159.813175.1079
Yxy59.81310.28010.3191
Hunter Lab77.3389-14.1809-3.4424
CIE-Lab81.7365-11.0428-8.2032

#abd2da color RGB value is (171,210,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 11011010
Octal 253 322 332
Decimal 171 210 218
Hex AB D2 DA

RGB Percentages of Color #abd2da

%28.55
%35.06
%36.39

CMYK Percentages of Color #abd2da

%22
%4
%0
%15

Triadic Colors of #abd2da

#abd2da #daabd2 #d2daab

Analogous Colors of #abd2da

#abd2da #abbbda #abdacb

Monochromatic Colors of #abd2da

#abd2da

Complementary Color

#abd2da #dab3ab

#abd2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd2da Color CSS Codes

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

#abd2da Text Font Color

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

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


#abd2da Background Color

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

This div background color is #abd2da


#abd2da Border Color

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

This div border color is #abd2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd2da


Comments

No comments written yet.

Please login to write comment.