Color Hex Logo

#acedbe Color Hex

#ACEDBE
(172,237,190)
0 Favorites   0 Comments

Color spaces of #acedbe

RGB 172237190
HSL0.380.640.80
HSV137°27°93°
CMYK 0.270.000.20   0.07
XYZ56.591773.056759.8339
Yxy73.05670.29870.3856
Hunter Lab85.4732-31.393518.3264
CIE-Lab88.4747-29.684616.3118

#acedbe color RGB value is (172,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10111110
Octal 254 355 276
Decimal 172 237 190
Hex AC ED BE

RGB Percentages of Color #acedbe

%28.71
%39.57
%31.72

CMYK Percentages of Color #acedbe

%27
%0
%20
%7

Triadic Colors of #acedbe

#acedbe #beaced #edbeac

Analogous Colors of #acedbe

#acedbe #aceddf #bbedac

Monochromatic Colors of #acedbe

#acedbe

Complementary Color

#acedbe #edacdb

#acedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedbe Color CSS Codes

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

#acedbe Text Font Color

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

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


#acedbe Background Color

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

This div background color is #acedbe


#acedbe Border Color

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

This div border color is #acedbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,237,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 #acedbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedbe


Comments

No comments written yet.

Please login to write comment.