Color Hex Logo

#abddcd Color Hex

#ABDDCD
(171,221,205)
0 Favorites   0 Comments

Color spaces of #abddcd

RGB 171221205
HSL0.450.420.77
HSV161°23°87°
CMYK 0.230.000.07   0.13
XYZ53.670564.778667.4324
Yxy64.77860.28870.3485
Hunter Lab80.4852-21.81866.6650
CIE-Lab84.3695-19.35552.5737

#abddcd color RGB value is (171,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11001101
Octal 253 335 315
Decimal 171 221 205
Hex AB DD CD

RGB Percentages of Color #abddcd

%28.64
%37.02
%34.34

CMYK Percentages of Color #abddcd

%23
%0
%7
%13

Triadic Colors of #abddcd

#abddcd #cdabdd #ddcdab

Analogous Colors of #abddcd

#abddcd #abd4dd #abddb4

Monochromatic Colors of #abddcd

#abddcd

Complementary Color

#abddcd #ddabbb

#abddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddcd Color CSS Codes

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

#abddcd Text Font Color

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

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


#abddcd Background Color

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

This div background color is #abddcd


#abddcd Border Color

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

This div border color is #abddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddcd


Comments

No comments written yet.

Please login to write comment.