Color Hex Logo

#33b68e Color Hex

#33B68E
(51,182,142)
0 Favorites   0 Comments

Color spaces of #33b68e

RGB 51182142
HSL0.450.560.46
HSV162°72°71°
CMYK 0.720.000.22   0.29
XYZ22.975736.112731.3507
Yxy36.11270.25400.3993
Hunter Lab60.0938-36.918311.1344
CIE-Lab66.6059-44.592110.3576

#33b68e color RGB value is (51,182,142).

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

The process color (four color CMYK) of #33b68e color hex is 0.72, 0.00, 0.22, 0.29. Web safe color of #33b68e is #33cc99. Color #33b68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10110110 10001110
Octal 63 266 216
Decimal 51 182 142
Hex 33 B6 8E

RGB Percentages of Color #33b68e

%13.60
%48.53
%37.87

CMYK Percentages of Color #33b68e

%72
%0
%22
%29

Triadic Colors of #33b68e

#33b68e #8e33b6 #b68e33

Analogous Colors of #33b68e

#33b68e #339db6 #33b64d

Monochromatic Colors of #33b68e

#33b68e

Complementary Color

#33b68e #b6335b

#33b68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33b68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33b68e Color CSS Codes

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

#33b68e Text Font Color

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

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


#33b68e Background Color

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

This div background color is #33b68e


#33b68e Border Color

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

This div border color is #33b68e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,182,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 #33b68e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33b68e


Comments

No comments written yet.

Please login to write comment.