Color Hex Logo

#14ca33 Color Hex

#14CA33
(20,202,51)
0 Favorites   0 Comments

Color spaces of #14ca33

RGB 2020251
HSL0.360.820.44
HSV130°90°79°
CMYK 0.900.000.75   0.21
XYZ22.006642.628810.2003
Yxy42.62880.29410.5696
Hunter Lab65.2907-54.094436.4407
CIE-Lab71.3023-69.277259.6874

#14ca33 color RGB value is (20,202,51).

#14ca33 hex color red value is 20, green value is 202 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #14ca33 hue: 0.36 , saturation: 0.82 and the lightness value of 14ca33 is 0.44.

The process color (four color CMYK) of #14ca33 color hex is 0.90, 0.00, 0.75, 0.21. Web safe color of #14ca33 is #00cc33. Color #14ca33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001010 00110011
Octal 24 312 63
Decimal 20 202 51
Hex 14 CA 33

RGB Percentages of Color #14ca33

%7.33
%73.99
%18.68

CMYK Percentages of Color #14ca33

%90
%0
%75
%21

Triadic Colors of #14ca33

#14ca33 #3314ca #ca3314

Analogous Colors of #14ca33

#14ca33 #14ca8e #50ca14

Monochromatic Colors of #14ca33

#14ca33

Complementary Color

#14ca33 #ca14ab

#14ca33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ca33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ca33 Color CSS Codes

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

#14ca33 Text Font Color

<p style="color:#14ca33">Text here</p>

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


#14ca33 Background Color

<div style="background-color:#14ca33">
Div content here</div>

This div background color is #14ca33


#14ca33 Border Color

<div style="border:3px solid #14ca33">
Div here</div>

This div border color is #14ca33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ca33


Comments

No comments written yet.

Please login to write comment.