Color Hex Logo

#abddcf Color Hex

#ABDDCF
(171,221,207)
0 Favorites   0 Comments

Color spaces of #abddcf

RGB 171221207
HSL0.450.420.77
HSV163°23°87°
CMYK 0.230.000.06   0.13
XYZ53.913564.875868.7122
Yxy64.87580.28750.3460
Hunter Lab80.5455-21.47495.8024
CIE-Lab84.4197-18.94901.5885

#abddcf color RGB value is (171,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11001111
Octal 253 335 317
Decimal 171 221 207
Hex AB DD CF

RGB Percentages of Color #abddcf

%28.55
%36.89
%34.56

CMYK Percentages of Color #abddcf

%23
%0
%6
%13

Triadic Colors of #abddcf

#abddcf #cfabdd #ddcfab

Analogous Colors of #abddcf

#abddcf #abd2dd #abddb6

Monochromatic Colors of #abddcf

#abddcf

Complementary Color

#abddcf #ddabb9

#abddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddcf Color CSS Codes

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

#abddcf Text Font Color

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

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


#abddcf Background Color

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

This div background color is #abddcf


#abddcf Border Color

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

This div border color is #abddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddcf


Comments

No comments written yet.

Please login to write comment.