Color Hex Logo

#acdfbc Color Hex

#ACDFBC
(172,223,188)
0 Favorites   0 Comments

Color spaces of #acdfbc

RGB 172223188
HSL0.390.440.77
HSV139°23°87°
CMYK 0.230.000.16   0.13
XYZ52.478065.176857.3915
Yxy65.17680.29980.3723
Hunter Lab80.7321-25.251614.3640
CIE-Lab84.5748-23.323911.8477

#acdfbc color RGB value is (172,223,188).

#acdfbc hex color red value is 172, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #acdfbc hue: 0.39 , saturation: 0.44 and the lightness value of acdfbc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10111100
Octal 254 337 274
Decimal 172 223 188
Hex AC DF BC

RGB Percentages of Color #acdfbc

%29.50
%38.25
%32.25

CMYK Percentages of Color #acdfbc

%23
%0
%16
%13

Triadic Colors of #acdfbc

#acdfbc #bcacdf #dfbcac

Analogous Colors of #acdfbc

#acdfbc #acdfd6 #b6dfac

Monochromatic Colors of #acdfbc

#acdfbc

Complementary Color

#acdfbc #dfaccf

#acdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfbc Color CSS Codes

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

#acdfbc Text Font Color

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

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


#acdfbc Background Color

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

This div background color is #acdfbc


#acdfbc Border Color

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

This div border color is #acdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfbc


Comments

No comments written yet.

Please login to write comment.