Color Hex Logo

#abc1ce Color Hex

#ABC1CE
(171,193,206)
0 Favorites   0 Comments

Color spaces of #abc1ce

RGB 171193206
HSL0.560.260.74
HSV202°17°81°
CMYK 0.170.060.00   0.19
XYZ47.005151.254165.8081
Yxy51.25410.28650.3124
Hunter Lab71.5920-8.0883-4.3856
CIE-Lab76.8327-4.7388-9.0409

#abc1ce color RGB value is (171,193,206).

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

The process color (four color CMYK) of #abc1ce color hex is 0.17, 0.06, 0.00, 0.19. Web safe color of #abc1ce is #99cccc. Color #abc1ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 11001110
Octal 253 301 316
Decimal 171 193 206
Hex AB C1 CE

RGB Percentages of Color #abc1ce

%30.00
%33.86
%36.14

CMYK Percentages of Color #abc1ce

%17
%6
%0
%19

Triadic Colors of #abc1ce

#abc1ce #ceabc1 #c1ceab

Analogous Colors of #abc1ce

#abc1ce #abb0ce #abceca

Monochromatic Colors of #abc1ce

#abc1ce

Complementary Color

#abc1ce #ceb8ab

#abc1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc1ce Color CSS Codes

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

#abc1ce Text Font Color

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

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


#abc1ce Background Color

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

This div background color is #abc1ce


#abc1ce Border Color

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

This div border color is #abc1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc1ce


Comments

No comments written yet.

Please login to write comment.