Color Hex Logo

#abddde Color Hex

#ABDDDE
(171,221,222)
0 Favorites   0 Comments

Color spaces of #abddde

RGB 171221222
HSL0.500.440.77
HSV181°23°87°
CMYK 0.230.000.00   0.13
XYZ55.835965.644878.8351
Yxy65.64480.27870.3277
Hunter Lab81.0215-18.7744-0.9750
CIE-Lab84.8149-15.7904-5.7716

#abddde color RGB value is (171,221,222).

#abddde hex color red value is 171, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abddde hue: 0.50 , saturation: 0.44 and the lightness value of abddde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11011110
Octal 253 335 336
Decimal 171 221 222
Hex AB DD DE

RGB Percentages of Color #abddde

%27.85
%35.99
%36.16

CMYK Percentages of Color #abddde

%23
%0
%0
%13

Triadic Colors of #abddde

#abddde #deabdd #dddeab

Analogous Colors of #abddde

#abddde #abc4de #abdec6

Monochromatic Colors of #abddde

#abddde

Complementary Color

#abddde #deacab

#abddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddde Color CSS Codes

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

#abddde Text Font Color

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

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


#abddde Background Color

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

This div background color is #abddde


#abddde Border Color

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

This div border color is #abddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddde


Comments

No comments written yet.

Please login to write comment.