Color Hex Logo

#33d714 Color Hex

#33D714
(51,215,20)
0 Favorites   0 Comments

Color spaces of #33d714

RGB 5121520
HSL0.310.830.46
HSV110°91°84°
CMYK 0.760.000.91   0.16
XYZ25.791949.35528.8290
Yxy49.35520.30710.5877
Hunter Lab70.2533-57.410941.7261
CIE-Lab75.6718-71.430371.4888

#33d714 color RGB value is (51,215,20).

#33d714 hex color red value is 51, green value is 215 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #33d714 hue: 0.31 , saturation: 0.83 and the lightness value of 33d714 is 0.46.

The process color (four color CMYK) of #33d714 color hex is 0.76, 0.00, 0.91, 0.16. Web safe color of #33d714 is #33cc00. Color #33d714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11010111 00010100
Octal 63 327 24
Decimal 51 215 20
Hex 33 D7 14

RGB Percentages of Color #33d714

%17.83
%75.17
%6.99

CMYK Percentages of Color #33d714

%76
%0
%91
%16

Triadic Colors of #33d714

#33d714 #1433d7 #d71433

Analogous Colors of #33d714

#33d714 #14d757 #95d714

Monochromatic Colors of #33d714

#33d714

Complementary Color

#33d714 #b814d7

#33d714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33d714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33d714 Color CSS Codes

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

#33d714 Text Font Color

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

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


#33d714 Background Color

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

This div background color is #33d714


#33d714 Border Color

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

This div border color is #33d714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33d714


Comments

No comments written yet.

Please login to write comment.