Color Hex Logo

#abfcce Color Hex

#ABFCCE
(171,252,206)
0 Favorites   0 Comments

Color spaces of #abfcce

RGB 171252206
HSL0.410.930.83
HSV146°32°99°
CMYK 0.320.000.18   0.01
XYZ62.745682.735071.0549
Yxy82.73500.28980.3821
Hunter Lab90.9588-36.044217.3552
CIE-Lab92.8983-34.026114.2789

#abfcce color RGB value is (171,252,206).

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

The process color (four color CMYK) of #abfcce color hex is 0.32, 0.00, 0.18, 0.01. Web safe color of #abfcce is #99ffcc. Color #abfcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11001110
Octal 253 374 316
Decimal 171 252 206
Hex AB FC CE

RGB Percentages of Color #abfcce

%27.19
%40.06
%32.75

CMYK Percentages of Color #abfcce

%32
%0
%18
%1

Triadic Colors of #abfcce

#abfcce #ceabfc #fcceab

Analogous Colors of #abfcce

#abfcce #abfcf7 #b1fcab

Monochromatic Colors of #abfcce

#abfcce

Complementary Color

#abfcce #fcabd9

#abfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcce Color CSS Codes

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

#abfcce Text Font Color

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

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


#abfcce Background Color

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

This div background color is #abfcce


#abfcce Border Color

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

This div border color is #abfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcce

Related Colors


Comments

No comments written yet.

Please login to write comment.