Color Hex Logo

#c7fc14 Color Hex

#C7FC14
(199,252,20)
0 Favorites   0 Comments

Color spaces of #c7fc14

RGB 19925220
HSL0.200.970.53
HSV74°92°99°
CMYK 0.210.000.92   0.01
XYZ58.489981.813413.3707
Yxy81.81340.38060.5324
Hunter Lab90.4508-42.862054.5511
CIE-Lab92.4924-42.350887.6464

#c7fc14 color RGB value is (199,252,20).

#c7fc14 hex color red value is 199, green value is 252 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c7fc14 hue: 0.20 , saturation: 0.97 and the lightness value of c7fc14 is 0.53.

The process color (four color CMYK) of #c7fc14 color hex is 0.21, 0.00, 0.92, 0.01. Web safe color of #c7fc14 is #ccff00. Color #c7fc14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111100 00010100
Octal 307 374 24
Decimal 199 252 20
Hex C7 FC 14

RGB Percentages of Color #c7fc14

%42.25
%53.50
%4.25

CMYK Percentages of Color #c7fc14

%21
%0
%92
%1

Triadic Colors of #c7fc14

#c7fc14 #14c7fc #fc14c7

Analogous Colors of #c7fc14

#c7fc14 #53fc14 #fcbd14

Monochromatic Colors of #c7fc14

#c7fc14

Complementary Color

#c7fc14 #4914fc

#c7fc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fc14 Color CSS Codes

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

#c7fc14 Text Font Color

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

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


#c7fc14 Background Color

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

This div background color is #c7fc14


#c7fc14 Border Color

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

This div border color is #c7fc14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,252,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7fc14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7fc14;
  -webkit-box-shadow: 1px 1px 3px 2px #c7fc14;
  box-shadow:         1px 1px 3px 2px #c7fc14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,252,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 #c7fc14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fc14


Comments

No comments written yet.

Please login to write comment.