Color Hex Logo

#abddbe Color Hex

#ABDDBE
(171,221,190)
0 Favorites   0 Comments

Color spaces of #abddbe

RGB 171221190
HSL0.400.420.77
HSV143°23°87°
CMYK 0.230.000.14   0.13
XYZ51.945364.088558.3477
Yxy64.08850.29790.3675
Hunter Lab80.0553-24.273912.8256
CIE-Lab84.0118-22.29019.9849

#abddbe color RGB value is (171,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10111110
Octal 253 335 276
Decimal 171 221 190
Hex AB DD BE

RGB Percentages of Color #abddbe

%29.38
%37.97
%32.65

CMYK Percentages of Color #abddbe

%23
%0
%14
%13

Triadic Colors of #abddbe

#abddbe #beabdd #ddbeab

Analogous Colors of #abddbe

#abddbe #abddd7 #b1ddab

Monochromatic Colors of #abddbe

#abddbe

Complementary Color

#abddbe #ddabca

#abddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddbe Color CSS Codes

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

#abddbe Text Font Color

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

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


#abddbe Background Color

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

This div background color is #abddbe


#abddbe Border Color

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

This div border color is #abddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddbe


Comments

No comments written yet.

Please login to write comment.