Color Hex Logo

#c2b410 Color Hex

#C2B410
(194,180,16)
0 Favorites   0 Comments

Color spaces of #c2b410

RGB 19418016
HSL0.150.850.41
HSV55°92°76°
CMYK 0.000.070.92   0.24
XYZ38.662944.14936.9741
Yxy44.14930.43060.4917
Hunter Lab66.4449-12.413340.2883
CIE-Lab72.3282-10.252972.2686

#c2b410 color RGB value is (194,180,16).

#c2b410 hex color red value is 194, green value is 180 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c2b410 hue: 0.15 , saturation: 0.85 and the lightness value of c2b410 is 0.41.

The process color (four color CMYK) of #c2b410 color hex is 0.00, 0.07, 0.92, 0.24. Web safe color of #c2b410 is #cccc00. Color #c2b410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110100 00010000
Octal 302 264 20
Decimal 194 180 16
Hex C2 B4 10

RGB Percentages of Color #c2b410

%49.74
%46.15
%4.10

CMYK Percentages of Color #c2b410

%0
%7
%92
%24

Triadic Colors of #c2b410

#c2b410 #10c2b4 #b410c2

Analogous Colors of #c2b410

#c2b410 #77c210 #c25b10

Monochromatic Colors of #c2b410

#c2b410

Complementary Color

#c2b410 #101ec2

#c2b410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b410 Color CSS Codes

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

#c2b410 Text Font Color

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

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


#c2b410 Background Color

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

This div background color is #c2b410


#c2b410 Border Color

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

This div border color is #c2b410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b410


Comments

No comments written yet.

Please login to write comment.