Color Hex Logo

#33c3bb Color Hex

#33C3BB
(51,195,187)
0 Favorites   0 Comments

Color spaces of #33c3bb

RGB 51195187
HSL0.490.590.48
HSV177°74°76°
CMYK 0.740.000.04   0.24
XYZ29.850043.321953.8024
Yxy43.32190.23510.3412
Hunter Lab65.8194-34.2317-2.3916
CIE-Lab71.7729-38.4674-6.7839

#33c3bb color RGB value is (51,195,187).

#33c3bb hex color red value is 51, green value is 195 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #33c3bb hue: 0.49 , saturation: 0.59 and the lightness value of 33c3bb is 0.48.

The process color (four color CMYK) of #33c3bb color hex is 0.74, 0.00, 0.04, 0.24. Web safe color of #33c3bb is #33cccc. Color #33c3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11000011 10111011
Octal 63 303 273
Decimal 51 195 187
Hex 33 C3 BB

RGB Percentages of Color #33c3bb

%11.78
%45.03
%43.19

CMYK Percentages of Color #33c3bb

%74
%0
%4
%24

Triadic Colors of #33c3bb

#33c3bb #bb33c3 #c3bb33

Analogous Colors of #33c3bb

#33c3bb #3383c3 #33c373

Monochromatic Colors of #33c3bb

#33c3bb

Complementary Color

#33c3bb #c3333b

#33c3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33c3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#33c3bb Color CSS Codes

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

#33c3bb Text Font Color

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

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


#33c3bb Background Color

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

This div background color is #33c3bb


#33c3bb Border Color

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

This div border color is #33c3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33c3bb


Comments

No comments written yet.

Please login to write comment.