Color Hex Logo

#abcebd Color Hex

#ABCEBD
(171,206,189)
0 Favorites   0 Comments

Color spaces of #abcebd

RGB 171206189
HSL0.420.260.74
HSV151°17°81°
CMYK 0.170.000.08   0.19
XYZ48.051256.474756.5122
Yxy56.47470.29840.3507
Hunter Lab75.1497-17.37788.0189
CIE-Lab79.8832-14.97604.5882

#abcebd color RGB value is (171,206,189).

#abcebd hex color red value is 171, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abcebd hue: 0.42 , saturation: 0.26 and the lightness value of abcebd is 0.74.

The process color (four color CMYK) of #abcebd color hex is 0.17, 0.00, 0.08, 0.19. Web safe color of #abcebd is #99cccc. Color #abcebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 10111101
Octal 253 316 275
Decimal 171 206 189
Hex AB CE BD

RGB Percentages of Color #abcebd

%30.21
%36.40
%33.39

CMYK Percentages of Color #abcebd

%17
%0
%8
%19

Triadic Colors of #abcebd

#abcebd #bdabce #cebdab

Analogous Colors of #abcebd

#abcebd #abcece #abceac

Monochromatic Colors of #abcebd

#abcebd

Complementary Color

#abcebd #ceabbc

#abcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcebd Color CSS Codes

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

#abcebd Text Font Color

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

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


#abcebd Background Color

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

This div background color is #abcebd


#abcebd Border Color

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

This div border color is #abcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcebd


Comments

No comments written yet.

Please login to write comment.