Color Hex Logo

#c7e512 Color Hex

#C7E512
(199,229,18)
0 Favorites   0 Comments

Color spaces of #c7e512

RGB 19922918
HSL0.190.850.48
HSV69°92°90°
CMYK 0.130.000.92   0.10
XYZ51.681768.224411.0170
Yxy68.22440.39470.5211
Hunter Lab82.5981-32.859049.9105
CIE-Lab86.1185-32.063482.8703

#c7e512 color RGB value is (199,229,18).

#c7e512 hex color red value is 199, green value is 229 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c7e512 hue: 0.19 , saturation: 0.85 and the lightness value of c7e512 is 0.48.

The process color (four color CMYK) of #c7e512 color hex is 0.13, 0.00, 0.92, 0.10. Web safe color of #c7e512 is #cccc00. Color #c7e512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11100101 00010010
Octal 307 345 22
Decimal 199 229 18
Hex C7 E5 12

RGB Percentages of Color #c7e512

%44.62
%51.35
%4.04

CMYK Percentages of Color #c7e512

%13
%0
%92
%10

Triadic Colors of #c7e512

#c7e512 #12c7e5 #e512c7

Analogous Colors of #c7e512

#c7e512 #5de512 #e59a12

Monochromatic Colors of #c7e512

#c7e512

Complementary Color

#c7e512 #3012e5

#c7e512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7e512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7e512 Color CSS Codes

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

#c7e512 Text Font Color

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

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


#c7e512 Background Color

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

This div background color is #c7e512


#c7e512 Border Color

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

This div border color is #c7e512


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,229,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7e512


Comments

No comments written yet.

Please login to write comment.