Color Hex Logo

#c2bd0b Color Hex

#C2BD0B
(194,189,11)
0 Favorites   0 Comments

Color spaces of #c2bd0b

RGB 19418911
HSL0.160.890.40
HSV58°94°76°
CMYK 0.000.030.94   0.24
XYZ40.506147.88877.4251
Yxy47.88870.42270.4998
Hunter Lab69.2017-16.620842.0796
CIE-Lab74.7547-14.915974.7632

#c2bd0b color RGB value is (194,189,11).

#c2bd0b hex color red value is 194, green value is 189 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c2bd0b hue: 0.16 , saturation: 0.89 and the lightness value of c2bd0b is 0.40.

The process color (four color CMYK) of #c2bd0b color hex is 0.00, 0.03, 0.94, 0.24. Web safe color of #c2bd0b is #cccc00. Color #c2bd0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111101 00001011
Octal 302 275 13
Decimal 194 189 11
Hex C2 BD B

RGB Percentages of Color #c2bd0b

%49.24
%47.97
%2.79

CMYK Percentages of Color #c2bd0b

%0
%3
%94
%24

Triadic Colors of #c2bd0b

#c2bd0b #0bc2bd #bd0bc2

Analogous Colors of #c2bd0b

#c2bd0b #6cc20b #c2620b

Monochromatic Colors of #c2bd0b

#c2bd0b

Complementary Color

#c2bd0b #0b10c2

#c2bd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bd0b Color CSS Codes

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

#c2bd0b Text Font Color

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

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


#c2bd0b Background Color

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

This div background color is #c2bd0b


#c2bd0b Border Color

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

This div border color is #c2bd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bd0b


Comments

No comments written yet.

Please login to write comment.