Color Hex Logo

#acecbe Color Hex

#ACECBE
(172,236,190)
0 Favorites   0 Comments

Color spaces of #acecbe

RGB 172236190
HSL0.380.630.80
HSV137°27°93°
CMYK 0.270.000.19   0.07
XYZ56.303072.479359.7376
Yxy72.47930.29870.3845
Hunter Lab85.1348-30.936717.9916
CIE-Lab88.1988-29.211615.9240

#acecbe color RGB value is (172,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 10111110
Octal 254 354 276
Decimal 172 236 190
Hex AC EC BE

RGB Percentages of Color #acecbe

%28.76
%39.46
%31.77

CMYK Percentages of Color #acecbe

%27
%0
%19
%7

Triadic Colors of #acecbe

#acecbe #beacec #ecbeac

Analogous Colors of #acecbe

#acecbe #acecde #baecac

Monochromatic Colors of #acecbe

#acecbe

Complementary Color

#acecbe #ecacda

#acecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecbe Color CSS Codes

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

#acecbe Text Font Color

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

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


#acecbe Background Color

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

This div background color is #acecbe


#acecbe Border Color

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

This div border color is #acecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecbe


Comments

No comments written yet.

Please login to write comment.