Color Hex Logo

#abcedc Color Hex

#ABCEDC
(171,206,220)
0 Favorites   0 Comments

Color spaces of #abcedc

RGB 171206220
HSL0.550.410.77
HSV197°22°86°
CMYK 0.220.060.00   0.14
XYZ51.784257.967876.1697
Yxy57.96780.27850.3118
Hunter Lab76.1366-11.8325-6.0202
CIE-Lab80.7209-8.5281-10.7831

#abcedc color RGB value is (171,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 11011100
Octal 253 316 334
Decimal 171 206 220
Hex AB CE DC

RGB Percentages of Color #abcedc

%28.64
%34.51
%36.85

CMYK Percentages of Color #abcedc

%22
%6
%0
%14

Triadic Colors of #abcedc

#abcedc #dcabce #cedcab

Analogous Colors of #abcedc

#abcedc #abb6dc #abdcd2

Monochromatic Colors of #abcedc

#abcedc

Complementary Color

#abcedc #dcb9ab

#abcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcedc Color CSS Codes

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

#abcedc Text Font Color

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

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


#abcedc Background Color

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

This div background color is #abcedc


#abcedc Border Color

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

This div border color is #abcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcedc


Comments

No comments written yet.

Please login to write comment.