Color Hex Logo

#33ab8e Color Hex

#33AB8E
(51,171,142)
0 Favorites   0 Comments

Color spaces of #33ab8e

RGB 51171142
HSL0.460.540.44
HSV166°70°67°
CMYK 0.700.000.17   0.33
XYZ20.810631.782630.6290
Yxy31.78260.25010.3819
Hunter Lab56.3761-32.76687.2511
CIE-Lab63.1628-39.85915.4424

#33ab8e color RGB value is (51,171,142).

#33ab8e hex color red value is 51, green value is 171 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #33ab8e hue: 0.46 , saturation: 0.54 and the lightness value of 33ab8e is 0.44.

The process color (four color CMYK) of #33ab8e color hex is 0.70, 0.00, 0.17, 0.33. Web safe color of #33ab8e is #339999. Color #33ab8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101011 10001110
Octal 63 253 216
Decimal 51 171 142
Hex 33 AB 8E

RGB Percentages of Color #33ab8e

%14.01
%46.98
%39.01

CMYK Percentages of Color #33ab8e

%70
%0
%17
%33

Triadic Colors of #33ab8e

#33ab8e #8e33ab #ab8e33

Analogous Colors of #33ab8e

#33ab8e #338cab #33ab52

Monochromatic Colors of #33ab8e

#33ab8e

Complementary Color

#33ab8e #ab3350

#33ab8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ab8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ab8e Color CSS Codes

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

#33ab8e Text Font Color

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

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


#33ab8e Background Color

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

This div background color is #33ab8e


#33ab8e Border Color

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

This div border color is #33ab8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,171,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33ab8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33ab8e;
  -webkit-box-shadow: 1px 1px 3px 2px #33ab8e;
  box-shadow:         1px 1px 3px 2px #33ab8e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ab8e


Comments

No comments written yet.

Please login to write comment.