Color Hex Logo

#abfdce Color Hex

#ABFDCE
(171,253,206)
0 Favorites   0 Comments

Color spaces of #abfdce

RGB 171253206
HSL0.400.950.83
HSV146°32°99°
CMYK 0.320.000.19   0.01
XYZ63.060483.364771.1599
Yxy83.36470.28980.3831
Hunter Lab91.3043-36.499317.7041
CIE-Lab93.1739-34.487114.6686

#abfdce color RGB value is (171,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 11001110
Octal 253 375 316
Decimal 171 253 206
Hex AB FD CE

RGB Percentages of Color #abfdce

%27.14
%40.16
%32.70

CMYK Percentages of Color #abfdce

%32
%0
%19
%1

Triadic Colors of #abfdce

#abfdce #ceabfd #fdceab

Analogous Colors of #abfdce

#abfdce #abfdf7 #b1fdab

Monochromatic Colors of #abfdce

#abfdce

Complementary Color

#abfdce #fdabda

#abfdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdce Color CSS Codes

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

#abfdce Text Font Color

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

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


#abfdce Background Color

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

This div background color is #abfdce


#abfdce Border Color

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

This div border color is #abfdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdce


Comments

No comments written yet.

Please login to write comment.