Color Hex Logo

#33c9bd Color Hex

#33C9BD
(51,201,189)
1 Favorites   0 Comments

Color spaces of #33c9bd

RGB 51201189
HSL0.490.600.49
HSV175°75°79°
CMYK 0.750.000.06   0.21
XYZ31.437246.151255.3953
Yxy46.15120.23640.3470
Hunter Lab67.9347-36.2837-0.7920
CIE-Lab73.6435-40.6104-5.1039

#33c9bd color RGB value is (51,201,189).

#33c9bd hex color red value is 51, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #33c9bd hue: 0.49 , saturation: 0.60 and the lightness value of 33c9bd is 0.49.

The process color (four color CMYK) of #33c9bd color hex is 0.75, 0.00, 0.06, 0.21. Web safe color of #33c9bd is #33cccc. Color #33c9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001001 10111101
Octal 63 311 275
Decimal 51 201 189
Hex 33 C9 BD

RGB Percentages of Color #33c9bd

%11.56
%45.58
%42.86

CMYK Percentages of Color #33c9bd

%75
%0
%6
%21

Triadic Colors of #33c9bd

#33c9bd #bd33c9 #c9bd33

Analogous Colors of #33c9bd

#33c9bd #338ac9 #33c972

Monochromatic Colors of #33c9bd

#33c9bd

Complementary Color

#33c9bd #c9333f

#33c9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33c9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33c9bd Color CSS Codes

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

#33c9bd Text Font Color

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

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


#33c9bd Background Color

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

This div background color is #33c9bd


#33c9bd Border Color

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

This div border color is #33c9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33c9bd


Comments

No comments written yet.

Please login to write comment.