Color Hex Logo

#acedb3 Color Hex

#ACEDB3
(172,237,179)
0 Favorites   0 Comments

Color spaces of #acedb3

RGB 172237179
HSL0.350.640.80
HSV126°27°93°
CMYK 0.270.000.24   0.07
XYZ55.434172.593753.7381
Yxy72.59370.30500.3994
Hunter Lab85.2019-32.967722.2463
CIE-Lab88.2536-31.619121.6941

#acedb3 color RGB value is (172,237,179).

#acedb3 hex color red value is 172, green value is 237 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #acedb3 hue: 0.35 , saturation: 0.64 and the lightness value of acedb3 is 0.80.

The process color (four color CMYK) of #acedb3 color hex is 0.27, 0.00, 0.24, 0.07. Web safe color of #acedb3 is #99ffcc. Color #acedb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10110011
Octal 254 355 263
Decimal 172 237 179
Hex AC ED B3

RGB Percentages of Color #acedb3

%29.25
%40.31
%30.44

CMYK Percentages of Color #acedb3

%27
%0
%24
%7

Triadic Colors of #acedb3

#acedb3 #b3aced #edb3ac

Analogous Colors of #acedb3

#acedb3 #acedd4 #c6edac

Monochromatic Colors of #acedb3

#acedb3

Complementary Color

#acedb3 #edace6

#acedb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedb3 Color CSS Codes

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

#acedb3 Text Font Color

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

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


#acedb3 Background Color

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

This div background color is #acedb3


#acedb3 Border Color

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

This div border color is #acedb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedb3


Comments

No comments written yet.

Please login to write comment.