Color Hex Logo

#abd4da Color Hex

#ABD4DA
(171,212,218)
0 Favorites   0 Comments

Color spaces of #abd4da

RGB 171212218
HSL0.520.390.76
HSV188°22°85°
CMYK 0.220.030.00   0.15
XYZ52.993060.806875.2735
Yxy60.80680.28030.3216
Hunter Lab77.9787-15.1572-2.6480
CIE-Lab82.2748-12.0727-7.4049

#abd4da color RGB value is (171,212,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 11011010
Octal 253 324 332
Decimal 171 212 218
Hex AB D4 DA

RGB Percentages of Color #abd4da

%28.45
%35.27
%36.27

CMYK Percentages of Color #abd4da

%22
%3
%0
%15

Triadic Colors of #abd4da

#abd4da #daabd4 #d4daab

Analogous Colors of #abd4da

#abd4da #abbdda #abdac9

Monochromatic Colors of #abd4da

#abd4da

Complementary Color

#abd4da #dab1ab

#abd4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd4da Color CSS Codes

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

#abd4da Text Font Color

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

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


#abd4da Background Color

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

This div background color is #abd4da


#abd4da Border Color

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

This div border color is #abd4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd4da


Comments

No comments written yet.

Please login to write comment.