Color Hex Logo

#c0b905 Color Hex

#C0B905
(192,185,5)
0 Favorites   0 Comments

Color spaces of #c0b905

RGB 1921855
HSL0.160.950.39
HSV58°97°75°
CMYK 0.000.040.97   0.25
XYZ39.114645.91536.9446
Yxy45.91530.42530.4992
Hunter Lab67.7608-15.543241.3561
CIE-Lab73.4905-13.826074.3856

#c0b905 color RGB value is (192,185,5).

#c0b905 hex color red value is 192, green value is 185 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c0b905 hue: 0.16 , saturation: 0.95 and the lightness value of c0b905 is 0.39.

The process color (four color CMYK) of #c0b905 color hex is 0.00, 0.04, 0.97, 0.25. Web safe color of #c0b905 is #cccc00. Color #c0b905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111001 00000101
Octal 300 271 5
Decimal 192 185 5
Hex C0 B9 5

RGB Percentages of Color #c0b905

%50.26
%48.43
%1.31

CMYK Percentages of Color #c0b905

%0
%4
%97
%25

Triadic Colors of #c0b905

#c0b905 #05c0b9 #b905c0

Analogous Colors of #c0b905

#c0b905 #6ac005 #c05c05

Monochromatic Colors of #c0b905

#c0b905

Complementary Color

#c0b905 #050cc0

#c0b905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b905 Color CSS Codes

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

#c0b905 Text Font Color

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

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


#c0b905 Background Color

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

This div background color is #c0b905


#c0b905 Border Color

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

This div border color is #c0b905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b905


Comments

No comments written yet.

Please login to write comment.