Color Hex Logo

#abdfda Color Hex

#ABDFDA
(171,223,218)
0 Favorites   0 Comments

Color spaces of #abdfda

RGB 171223218
HSL0.480.450.77
HSV174°23°87°
CMYK 0.230.000.02   0.13
XYZ55.837266.495276.2216
Yxy66.49520.28120.3349
Hunter Lab81.5446-20.47621.6615
CIE-Lab85.2484-17.6555-3.0173

#abdfda color RGB value is (171,223,218).

#abdfda hex color red value is 171, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abdfda hue: 0.48 , saturation: 0.45 and the lightness value of abdfda is 0.77.

The process color (four color CMYK) of #abdfda color hex is 0.23, 0.00, 0.02, 0.13. Web safe color of #abdfda is #99cccc. Color #abdfda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11011010
Octal 253 337 332
Decimal 171 223 218
Hex AB DF DA

RGB Percentages of Color #abdfda

%27.94
%36.44
%35.62

CMYK Percentages of Color #abdfda

%23
%0
%2
%13

Triadic Colors of #abdfda

#abdfda #daabdf #dfdaab

Analogous Colors of #abdfda

#abdfda #abcadf #abdfc0

Monochromatic Colors of #abdfda

#abdfda

Complementary Color

#abdfda #dfabb0

#abdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfda Color CSS Codes

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

#abdfda Text Font Color

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

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


#abdfda Background Color

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

This div background color is #abdfda


#abdfda Border Color

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

This div border color is #abdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfda


Comments

No comments written yet.

Please login to write comment.