Color Hex Logo

#74ce14 Color Hex

#74CE14
(116,206,20)
0 Favorites   0 Comments

Color spaces of #74ce14

RGB 11620620
HSL0.250.820.44
HSV89°90°81°
CMYK 0.440.000.90   0.19
XYZ29.400047.90618.3591
Yxy47.90610.34320.5592
Hunter Lab69.2142-45.303841.2894
CIE-Lab74.7657-53.083771.4904

#74ce14 color RGB value is (116,206,20).

#74ce14 hex color red value is 116, green value is 206 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #74ce14 hue: 0.25 , saturation: 0.82 and the lightness value of 74ce14 is 0.44.

The process color (four color CMYK) of #74ce14 color hex is 0.44, 0.00, 0.90, 0.19. Web safe color of #74ce14 is #66cc00. Color #74ce14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11001110 00010100
Octal 164 316 24
Decimal 116 206 20
Hex 74 CE 14

RGB Percentages of Color #74ce14

%33.92
%60.23
%5.85

CMYK Percentages of Color #74ce14

%44
%0
%90
%19

Triadic Colors of #74ce14

#74ce14 #1474ce #ce1474

Analogous Colors of #74ce14

#74ce14 #17ce14 #cecb14

Monochromatic Colors of #74ce14

#74ce14

Complementary Color

#74ce14 #6e14ce

#74ce14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74ce14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74ce14 Color CSS Codes

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

#74ce14 Text Font Color

<p style="color:#74ce14">Text here</p>

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


#74ce14 Background Color

<div style="background-color:#74ce14">
Div content here</div>

This div background color is #74ce14


#74ce14 Border Color

<div style="border:3px solid #74ce14">
Div here</div>

This div border color is #74ce14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,206,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74ce14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74ce14;
  -webkit-box-shadow: 1px 1px 3px 2px #74ce14;
  box-shadow:         1px 1px 3px 2px #74ce14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,206,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 #74ce14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74ce14


Comments

No comments written yet.

Please login to write comment.