Color Hex Logo

#c0cb25 Color Hex

#C0CB25
(192,203,37)
0 Favorites   0 Comments

Color spaces of #c0cb25

RGB 19220337
HSL0.180.690.47
HSV64°82°80°
CMYK 0.050.000.82   0.20
XYZ43.428154.05199.8944
Yxy54.05190.40450.5034
Hunter Lab73.5200-23.220443.4847
CIE-Lab78.4920-22.186673.0006

#c0cb25 color RGB value is (192,203,37).

#c0cb25 hex color red value is 192, green value is 203 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c0cb25 hue: 0.18 , saturation: 0.69 and the lightness value of c0cb25 is 0.47.

The process color (four color CMYK) of #c0cb25 color hex is 0.05, 0.00, 0.82, 0.20. Web safe color of #c0cb25 is #cccc33. Color #c0cb25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001011 00100101
Octal 300 313 45
Decimal 192 203 37
Hex C0 CB 25

RGB Percentages of Color #c0cb25

%44.44
%46.99
%8.56

CMYK Percentages of Color #c0cb25

%5
%0
%82
%20

Triadic Colors of #c0cb25

#c0cb25 #25c0cb #cb25c0

Analogous Colors of #c0cb25

#c0cb25 #6dcb25 #cb8325

Monochromatic Colors of #c0cb25

#c0cb25

Complementary Color

#c0cb25 #3025cb

#c0cb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cb25 Color CSS Codes

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

#c0cb25 Text Font Color

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

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


#c0cb25 Background Color

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

This div background color is #c0cb25


#c0cb25 Border Color

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

This div border color is #c0cb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cb25


Comments

No comments written yet.

Please login to write comment.