Color Hex Logo

#abcfce Color Hex

#ABCFCE
(171,207,206)
0 Favorites   0 Comments

Color spaces of #abcfce

RGB 171207206
HSL0.500.270.74
HSV178°17°81°
CMYK 0.170.000.00   0.19
XYZ50.248057.739866.8891
Yxy57.73980.28730.3302
Hunter Lab75.9867-14.93940.9993
CIE-Lab80.5939-12.0595-3.4768

#abcfce color RGB value is (171,207,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 11001110
Octal 253 317 316
Decimal 171 207 206
Hex AB CF CE

RGB Percentages of Color #abcfce

%29.28
%35.45
%35.27

CMYK Percentages of Color #abcfce

%17
%0
%0
%19

Triadic Colors of #abcfce

#abcfce #ceabcf #cfceab

Analogous Colors of #abcfce

#abcfce #abbecf #abcfbc

Monochromatic Colors of #abcfce

#abcfce

Complementary Color

#abcfce #cfabac

#abcfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfce Color CSS Codes

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

#abcfce Text Font Color

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

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


#abcfce Background Color

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

This div background color is #abcfce


#abcfce Border Color

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

This div border color is #abcfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfce


Comments

No comments written yet.

Please login to write comment.