Color Hex Logo

#c2b438 Color Hex

#C2B438
(194,180,56)
0 Favorites   0 Comments

Color spaces of #c2b438

RGB 19418056
HSL0.150.550.49
HSV54°71°76°
CMYK 0.000.070.71   0.24
XYZ39.283244.397410.2405
Yxy44.39740.41830.4727
Hunter Lab66.6314-11.368437.5297
CIE-Lab72.4933-8.994061.6217

#c2b438 color RGB value is (194,180,56).

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

The process color (four color CMYK) of #c2b438 color hex is 0.00, 0.07, 0.71, 0.24. Web safe color of #c2b438 is #cccc33. Color #c2b438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110100 00111000
Octal 302 264 70
Decimal 194 180 56
Hex C2 B4 38

RGB Percentages of Color #c2b438

%45.12
%41.86
%13.02

CMYK Percentages of Color #c2b438

%0
%7
%71
%24

Triadic Colors of #c2b438

#c2b438 #38c2b4 #b438c2

Analogous Colors of #c2b438

#c2b438 #8bc238 #c26f38

Monochromatic Colors of #c2b438

#c2b438

Complementary Color

#c2b438 #3846c2

#c2b438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b438 Color CSS Codes

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

#c2b438 Text Font Color

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

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


#c2b438 Background Color

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

This div background color is #c2b438


#c2b438 Border Color

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

This div border color is #c2b438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b438


Comments

No comments written yet.

Please login to write comment.