Color Hex Logo

#abdabe Color Hex

#ABDABE
(171,218,190)
0 Favorites   0 Comments

Color spaces of #abdabe

RGB 171218190
HSL0.400.390.76
HSV144°22°85°
CMYK 0.220.000.13   0.15
XYZ51.160362.518458.0860
Yxy62.51840.29790.3640
Hunter Lab79.0686-22.873911.7919
CIE-Lab83.1883-20.81038.8083

#abdabe color RGB value is (171,218,190).

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

The process color (four color CMYK) of #abdabe color hex is 0.22, 0.00, 0.13, 0.15. Web safe color of #abdabe is #99cccc. Color #abdabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10111110
Octal 253 332 276
Decimal 171 218 190
Hex AB DA BE

RGB Percentages of Color #abdabe

%29.53
%37.65
%32.82

CMYK Percentages of Color #abdabe

%22
%0
%13
%15

Triadic Colors of #abdabe

#abdabe #beabda #dabeab

Analogous Colors of #abdabe

#abdabe #abdad6 #b0daab

Monochromatic Colors of #abdabe

#abdabe

Complementary Color

#abdabe #daabc7

#abdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdabe Color CSS Codes

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

#abdabe Text Font Color

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

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


#abdabe Background Color

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

This div background color is #abdabe


#abdabe Border Color

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

This div border color is #abdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdabe


Comments

No comments written yet.

Please login to write comment.