Color Hex Logo

#c2c154 Color Hex

#C2C154
(194,193,84)
2 Favorites   0 Comments

Color spaces of #c2c154

RGB 19419384
HSL0.170.470.55
HSV59°57°76°
CMYK 0.000.010.57   0.24
XYZ42.918350.249415.8246
Yxy50.24940.39380.4610
Hunter Lab70.8868-15.979436.3850
CIE-Lab76.2221-13.915453.8508

#c2c154 color RGB value is (194,193,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000001 01010100
Octal 302 301 124
Decimal 194 193 84
Hex C2 C1 54

RGB Percentages of Color #c2c154

%41.19
%40.98
%17.83

CMYK Percentages of Color #c2c154

%0
%1
%57
%24

Triadic Colors of #c2c154

#c2c154 #54c2c1 #c154c2

Analogous Colors of #c2c154

#c2c154 #8cc254 #c28a54

Monochromatic Colors of #c2c154

#c2c154

Complementary Color

#c2c154 #5455c2

#c2c154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c154 Color CSS Codes

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

#c2c154 Text Font Color

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

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


#c2c154 Background Color

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

This div background color is #c2c154


#c2c154 Border Color

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

This div border color is #c2c154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c154


Comments

No comments written yet.

Please login to write comment.