Color Hex Logo

#32ceaf Color Hex

#32CEAF
(50,206,175)
0 Favorites   0 Comments

Color spaces of #32ceaf

RGB 50206175
HSL0.470.610.50
HSV168°76°81°
CMYK 0.760.000.15   0.19
XYZ31.124647.915948.1657
Yxy47.91590.24470.3767
Hunter Lab69.2213-40.87677.1996
CIE-Lab74.7719-46.62374.1134

#32ceaf color RGB value is (50,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 11001110 10101111
Octal 62 316 257
Decimal 50 206 175
Hex 32 CE AF

RGB Percentages of Color #32ceaf

%11.60
%47.80
%40.60

CMYK Percentages of Color #32ceaf

%76
%0
%15
%19

Triadic Colors of #32ceaf

#32ceaf #af32ce #ceaf32

Analogous Colors of #32ceaf

#32ceaf #329fce #32ce61

Monochromatic Colors of #32ceaf

#32ceaf

Complementary Color

#32ceaf #ce3251

#32ceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32ceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#32ceaf Color CSS Codes

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

#32ceaf Text Font Color

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

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


#32ceaf Background Color

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

This div background color is #32ceaf


#32ceaf Border Color

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

This div border color is #32ceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32ceaf


Comments

No comments written yet.

Please login to write comment.