Color Hex Logo

#c1c814 Color Hex

#C1C814
(193,200,20)
0 Favorites   0 Comments

Color spaces of #c1c814

RGB 19320020
HSL0.170.820.43
HSV62°90°78°
CMYK 0.040.000.90   0.22
XYZ42.772952.69658.5789
Yxy52.69650.41110.5065
Hunter Lab72.5924-21.860843.8078
CIE-Lab77.6955-20.699875.8032

#c1c814 color RGB value is (193,200,20).

#c1c814 hex color red value is 193, green value is 200 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c1c814 hue: 0.17 , saturation: 0.82 and the lightness value of c1c814 is 0.43.

The process color (four color CMYK) of #c1c814 color hex is 0.04, 0.00, 0.90, 0.22. Web safe color of #c1c814 is #cccc00. Color #c1c814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001000 00010100
Octal 301 310 24
Decimal 193 200 20
Hex C1 C8 14

RGB Percentages of Color #c1c814

%46.73
%48.43
%4.84

CMYK Percentages of Color #c1c814

%4
%0
%90
%22

Triadic Colors of #c1c814

#c1c814 #14c1c8 #c814c1

Analogous Colors of #c1c814

#c1c814 #67c814 #c87514

Monochromatic Colors of #c1c814

#c1c814

Complementary Color

#c1c814 #1b14c8

#c1c814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c814 Color CSS Codes

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

#c1c814 Text Font Color

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

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


#c1c814 Background Color

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

This div background color is #c1c814


#c1c814 Border Color

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

This div border color is #c1c814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c814


Comments

No comments written yet.

Please login to write comment.