Color Hex Logo

#32ceab Color Hex

#32CEAB
(50,206,171)
0 Favorites   0 Comments

Color spaces of #32ceab

RGB 50206171
HSL0.460.610.50
HSV167°76°81°
CMYK 0.760.000.17   0.19
XYZ30.737447.761046.1268
Yxy47.76100.24660.3832
Hunter Lab69.1093-41.55088.8036
CIE-Lab74.6739-47.63676.1259

#32ceab color RGB value is (50,206,171).

#32ceab hex color red value is 50, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #32ceab hue: 0.46 , saturation: 0.61 and the lightness value of 32ceab is 0.50.

The process color (four color CMYK) of #32ceab color hex is 0.76, 0.00, 0.17, 0.19. Web safe color of #32ceab is #33cc99. Color #32ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 11001110 10101011
Octal 62 316 253
Decimal 50 206 171
Hex 32 CE AB

RGB Percentages of Color #32ceab

%11.71
%48.24
%40.05

CMYK Percentages of Color #32ceab

%76
%0
%17
%19

Triadic Colors of #32ceab

#32ceab #ab32ce #ceab32

Analogous Colors of #32ceab

#32ceab #32a3ce #32ce5d

Monochromatic Colors of #32ceab

#32ceab

Complementary Color

#32ceab #ce3255

#32ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#32ceab Color CSS Codes

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

#32ceab Text Font Color

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

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


#32ceab Background Color

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

This div background color is #32ceab


#32ceab Border Color

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

This div border color is #32ceab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,206,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32ceab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32ceab;
  -webkit-box-shadow: 1px 1px 3px 2px #32ceab;
  box-shadow:         1px 1px 3px 2px #32ceab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,206,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32ceab


Comments

No comments written yet.

Please login to write comment.