Color Hex Logo

#c2c054 Color Hex

#C2C054
(194,192,84)
0 Favorites   0 Comments

Color spaces of #c2c054

RGB 19419284
HSL0.160.470.55
HSV59°57°76°
CMYK 0.000.010.57   0.24
XYZ42.698049.808715.7511
Yxy49.80870.39440.4601
Hunter Lab70.5753-15.514336.1703
CIE-Lab75.9517-13.407353.5476

#c2c054 color RGB value is (194,192,84).

#c2c054 hex color red value is 194, green value is 192 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #c2c054 hue: 0.16 , saturation: 0.47 and the lightness value of c2c054 is 0.55.

The process color (four color CMYK) of #c2c054 color hex is 0.00, 0.01, 0.57, 0.24. Web safe color of #c2c054 is #cccc66. Color #c2c054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000000 01010100
Octal 302 300 124
Decimal 194 192 84
Hex C2 C0 54

RGB Percentages of Color #c2c054

%41.28
%40.85
%17.87

CMYK Percentages of Color #c2c054

%0
%1
%57
%24

Triadic Colors of #c2c054

#c2c054 #54c2c0 #c054c2

Analogous Colors of #c2c054

#c2c054 #8dc254 #c28954

Monochromatic Colors of #c2c054

#c2c054

Complementary Color

#c2c054 #5456c2

#c2c054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c054 Color CSS Codes

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

#c2c054 Text Font Color

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

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


#c2c054 Background Color

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

This div background color is #c2c054


#c2c054 Border Color

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

This div border color is #c2c054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c054


Comments

No comments written yet.

Please login to write comment.