Color Hex Logo

#c2c550 Color Hex

#C2C550
(194,197,80)
0 Favorites   0 Comments

Color spaces of #c2c550

RGB 19419780
HSL0.170.500.54
HSV62°59°77°
CMYK 0.020.000.59   0.23
XYZ43.662451.981015.3215
Yxy51.98100.39350.4684
Hunter Lab72.0979-18.071837.8688
CIE-Lab77.2695-16.225856.7830

#c2c550 color RGB value is (194,197,80).

#c2c550 hex color red value is 194, green value is 197 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c2c550 hue: 0.17 , saturation: 0.50 and the lightness value of c2c550 is 0.54.

The process color (four color CMYK) of #c2c550 color hex is 0.02, 0.00, 0.59, 0.23. Web safe color of #c2c550 is #cccc66. Color #c2c550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000101 01010000
Octal 302 305 120
Decimal 194 197 80
Hex C2 C5 50

RGB Percentages of Color #c2c550

%41.19
%41.83
%16.99

CMYK Percentages of Color #c2c550

%2
%0
%59
%23

Triadic Colors of #c2c550

#c2c550 #50c2c5 #c550c2

Analogous Colors of #c2c550

#c2c550 #88c550 #c58e50

Monochromatic Colors of #c2c550

#c2c550

Complementary Color

#c2c550 #5350c5

#c2c550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c550 Color CSS Codes

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

#c2c550 Text Font Color

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

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


#c2c550 Background Color

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

This div background color is #c2c550


#c2c550 Border Color

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

This div border color is #c2c550


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,197,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2c550; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2c550;
  -webkit-box-shadow: 1px 1px 3px 2px #c2c550;
  box-shadow:         1px 1px 3px 2px #c2c550; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,197,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c550


Comments

No comments written yet.

Please login to write comment.