Color Hex Logo

#acdfba Color Hex

#ACDFBA
(172,223,186)
0 Favorites   0 Comments

Color spaces of #acdfba

RGB 172223186
HSL0.380.440.77
HSV136°23°87°
CMYK 0.230.000.17   0.13
XYZ52.263965.091256.2636
Yxy65.09120.30100.3749
Hunter Lab80.6791-25.556215.1280
CIE-Lab84.5307-23.692612.8371

#acdfba color RGB value is (172,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10111010
Octal 254 337 272
Decimal 172 223 186
Hex AC DF BA

RGB Percentages of Color #acdfba

%29.60
%38.38
%32.01

CMYK Percentages of Color #acdfba

%23
%0
%17
%13

Triadic Colors of #acdfba

#acdfba #baacdf #dfbaac

Analogous Colors of #acdfba

#acdfba #acdfd4 #b8dfac

Monochromatic Colors of #acdfba

#acdfba

Complementary Color

#acdfba #dfacd1

#acdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfba Color CSS Codes

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

#acdfba Text Font Color

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

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


#acdfba Background Color

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

This div background color is #acdfba


#acdfba Border Color

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

This div border color is #acdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfba


Comments

No comments written yet.

Please login to write comment.