Color Hex Logo

#abc4ce Color Hex

#ABC4CE
(171,196,206)
0 Favorites   0 Comments

Color spaces of #abc4ce

RGB 171196206
HSL0.550.260.74
HSV197°17°81°
CMYK 0.170.050.00   0.19
XYZ47.675152.594066.0314
Yxy52.59400.28670.3163
Hunter Lab72.5217-9.5688-3.2186
CIE-Lab77.6347-6.3260-7.8491

#abc4ce color RGB value is (171,196,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11001110
Octal 253 304 316
Decimal 171 196 206
Hex AB C4 CE

RGB Percentages of Color #abc4ce

%29.84
%34.21
%35.95

CMYK Percentages of Color #abc4ce

%17
%5
%0
%19

Triadic Colors of #abc4ce

#abc4ce #ceabc4 #c4ceab

Analogous Colors of #abc4ce

#abc4ce #abb3ce #abcec7

Monochromatic Colors of #abc4ce

#abc4ce

Complementary Color

#abc4ce #ceb5ab

#abc4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4ce Color CSS Codes

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

#abc4ce Text Font Color

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

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


#abc4ce Background Color

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

This div background color is #abc4ce


#abc4ce Border Color

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

This div border color is #abc4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4ce

#abc4ce Color Palettes


Comments

No comments written yet.

Please login to write comment.