Color Hex Logo

#abdfc8 Color Hex

#ABDFC8
(171,223,200)
0 Favorites   0 Comments

Color spaces of #abdfc8

RGB 171223200
HSL0.430.450.77
HSV153°23°87°
CMYK 0.230.000.10   0.13
XYZ53.607665.603464.4809
Yxy65.60340.29180.3571
Hunter Lab80.9959-23.60179.4963
CIE-Lab84.7937-21.34545.8296

#abdfc8 color RGB value is (171,223,200).

#abdfc8 hex color red value is 171, green value is 223 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #abdfc8 hue: 0.43 , saturation: 0.45 and the lightness value of abdfc8 is 0.77.

The process color (four color CMYK) of #abdfc8 color hex is 0.23, 0.00, 0.10, 0.13. Web safe color of #abdfc8 is #99cccc. Color #abdfc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11001000
Octal 253 337 310
Decimal 171 223 200
Hex AB DF C8

RGB Percentages of Color #abdfc8

%28.79
%37.54
%33.67

CMYK Percentages of Color #abdfc8

%23
%0
%10
%13

Triadic Colors of #abdfc8

#abdfc8 #c8abdf #dfc8ab

Analogous Colors of #abdfc8

#abdfc8 #abdcdf #abdfae

Monochromatic Colors of #abdfc8

#abdfc8

Complementary Color

#abdfc8 #dfabc2

#abdfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfc8 Color CSS Codes

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

#abdfc8 Text Font Color

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

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


#abdfc8 Background Color

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

This div background color is #abdfc8


#abdfc8 Border Color

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

This div border color is #abdfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfc8


Comments

No comments written yet.

Please login to write comment.