Color Hex Logo

#abbedc Color Hex

#ABBEDC
(171,190,220)
0 Favorites   0 Comments

Color spaces of #abbedc

RGB 171190220
HSL0.600.410.77
HSV217°22°86°
CMYK 0.220.140.00   0.14
XYZ48.126350.652174.9505
Yxy50.65210.27700.2916
Hunter Lab71.1703-3.8439-12.6200
CIE-Lab76.4678-0.0469-17.1636

#abbedc color RGB value is (171,190,220).

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

The process color (four color CMYK) of #abbedc color hex is 0.22, 0.14, 0.00, 0.14. Web safe color of #abbedc is #99cccc. Color #abbedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11011100
Octal 253 276 334
Decimal 171 190 220
Hex AB BE DC

RGB Percentages of Color #abbedc

%29.43
%32.70
%37.87

CMYK Percentages of Color #abbedc

%22
%14
%0
%14

Triadic Colors of #abbedc

#abbedc #dcabbe #bedcab

Analogous Colors of #abbedc

#abbedc #b1abdc #abd7dc

Monochromatic Colors of #abbedc

#abbedc

Complementary Color

#abbedc #dcc9ab

#abbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbedc Color CSS Codes

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

#abbedc Text Font Color

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

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


#abbedc Background Color

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

This div background color is #abbedc


#abbedc Border Color

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

This div border color is #abbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbedc

#abbedc Color Palettes


Comments

No comments written yet.

Please login to write comment.