Color Hex Logo

#acdfbe Color Hex

#ACDFBE
(172,223,190)
0 Favorites   0 Comments

Color spaces of #acdfbe

RGB 172223190
HSL0.390.440.77
HSV141°23°87°
CMYK 0.230.000.15   0.13
XYZ52.695265.263758.5350
Yxy65.26370.29860.3698
Hunter Lab80.7860-24.943113.5905
CIE-Lab84.6194-22.951310.8588

#acdfbe color RGB value is (172,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10111110
Octal 254 337 276
Decimal 172 223 190
Hex AC DF BE

RGB Percentages of Color #acdfbe

%29.40
%38.12
%32.48

CMYK Percentages of Color #acdfbe

%23
%0
%15
%13

Triadic Colors of #acdfbe

#acdfbe #beacdf #dfbeac

Analogous Colors of #acdfbe

#acdfbe #acdfd8 #b4dfac

Monochromatic Colors of #acdfbe

#acdfbe

Complementary Color

#acdfbe #dfaccd

#acdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfbe Color CSS Codes

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

#acdfbe Text Font Color

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

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


#acdfbe Background Color

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

This div background color is #acdfbe


#acdfbe Border Color

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

This div border color is #acdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfbe


Comments

No comments written yet.

Please login to write comment.