Color Hex Logo

#abf9cd Color Hex

#ABF9CD
(171,249,205)
0 Favorites   0 Comments

Color spaces of #abf9cd

RGB 171249205
HSL0.410.870.82
HSV146°31°98°
CMYK 0.310.000.18   0.02
XYZ61.689780.817170.1055
Yxy80.81710.29020.3801
Hunter Lab89.8983-34.832516.6927
CIE-Lab92.0502-32.826713.5929

#abf9cd color RGB value is (171,249,205).

#abf9cd hex color red value is 171, green value is 249 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abf9cd hue: 0.41 , saturation: 0.87 and the lightness value of abf9cd is 0.82.

The process color (four color CMYK) of #abf9cd color hex is 0.31, 0.00, 0.18, 0.02. Web safe color of #abf9cd is #99ffcc. Color #abf9cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 11001101
Octal 253 371 315
Decimal 171 249 205
Hex AB F9 CD

RGB Percentages of Color #abf9cd

%27.36
%39.84
%32.80

CMYK Percentages of Color #abf9cd

%31
%0
%18
%2

Triadic Colors of #abf9cd

#abf9cd #cdabf9 #f9cdab

Analogous Colors of #abf9cd

#abf9cd #abf9f4 #b0f9ab

Monochromatic Colors of #abf9cd

#abf9cd

Complementary Color

#abf9cd #f9abd7

#abf9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf9cd Color CSS Codes

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

#abf9cd Text Font Color

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

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


#abf9cd Background Color

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

This div background color is #abf9cd


#abf9cd Border Color

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

This div border color is #abf9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf9cd


Comments

No comments written yet.

Please login to write comment.