Color Hex Logo

#33dc6b Color Hex

#33DC6B
(51,220,107)
0 Favorites   0 Comments

Color spaces of #33dc6b

RGB 51220107
HSL0.390.710.53
HSV140°77°86°
CMYK 0.770.000.51   0.14
XYZ29.612352.951722.5699
Yxy52.95170.28170.5037
Hunter Lab72.7679-54.704832.5480
CIE-Lab77.8465-65.551143.4402

#33dc6b color RGB value is (51,220,107).

#33dc6b hex color red value is 51, green value is 220 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #33dc6b hue: 0.39 , saturation: 0.71 and the lightness value of 33dc6b is 0.53.

The process color (four color CMYK) of #33dc6b color hex is 0.77, 0.00, 0.51, 0.14. Web safe color of #33dc6b is #33cc66. Color #33dc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011100 01101011
Octal 63 334 153
Decimal 51 220 107
Hex 33 DC 6B

RGB Percentages of Color #33dc6b

%13.49
%58.20
%28.31

CMYK Percentages of Color #33dc6b

%77
%0
%51
%14

Triadic Colors of #33dc6b

#33dc6b #6b33dc #dc6b33

Analogous Colors of #33dc6b

#33dc6b #33dcc0 #50dc33

Monochromatic Colors of #33dc6b

#33dc6b

Complementary Color

#33dc6b #dc33a4

#33dc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dc6b Color CSS Codes

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

#33dc6b Text Font Color

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

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


#33dc6b Background Color

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

This div background color is #33dc6b


#33dc6b Border Color

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

This div border color is #33dc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dc6b


Comments

No comments written yet.

Please login to write comment.