Color Hex Logo

#ace2cb Color Hex

#ACE2CB
(172,226,203)
0 Favorites   0 Comments

Color spaces of #ace2cb

RGB 172226203
HSL0.430.480.78
HSV154°24°89°
CMYK 0.240.000.10   0.11
XYZ54.989167.475266.6257
Yxy67.47520.29080.3568
Hunter Lab82.1433-24.25779.4107
CIE-Lab85.7434-21.92005.6250

#ace2cb color RGB value is (172,226,203).

#ace2cb hex color red value is 172, green value is 226 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ace2cb hue: 0.43 , saturation: 0.48 and the lightness value of ace2cb is 0.78.

The process color (four color CMYK) of #ace2cb color hex is 0.24, 0.00, 0.10, 0.11. Web safe color of #ace2cb is #99cccc. Color #ace2cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 11001011
Octal 254 342 313
Decimal 172 226 203
Hex AC E2 CB

RGB Percentages of Color #ace2cb

%28.62
%37.60
%33.78

CMYK Percentages of Color #ace2cb

%24
%0
%10
%11

Triadic Colors of #ace2cb

#ace2cb #cbace2 #e2cbac

Analogous Colors of #ace2cb

#ace2cb #acdee2 #ace2b0

Monochromatic Colors of #ace2cb

#ace2cb

Complementary Color

#ace2cb #e2acc3

#ace2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace2cb Color CSS Codes

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

#ace2cb Text Font Color

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

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


#ace2cb Background Color

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

This div background color is #ace2cb


#ace2cb Border Color

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

This div border color is #ace2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace2cb


Comments

No comments written yet.

Please login to write comment.