Color Hex Logo

#c0ce30 Color Hex

#C0CE30
(192,206,48)
0 Favorites   0 Comments

Color spaces of #c0ce30

RGB 19220648
HSL0.180.620.50
HSV65°77°81°
CMYK 0.070.000.77   0.19
XYZ44.343055.562511.1838
Yxy55.56250.39920.5002
Hunter Lab74.5403-24.258243.2825
CIE-Lab79.3642-23.260470.7569

#c0ce30 color RGB value is (192,206,48).

#c0ce30 hex color red value is 192, green value is 206 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c0ce30 hue: 0.18 , saturation: 0.62 and the lightness value of c0ce30 is 0.50.

The process color (four color CMYK) of #c0ce30 color hex is 0.07, 0.00, 0.77, 0.19. Web safe color of #c0ce30 is #cccc33. Color #c0ce30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001110 00110000
Octal 300 316 60
Decimal 192 206 48
Hex C0 CE 30

RGB Percentages of Color #c0ce30

%43.05
%46.19
%10.76

CMYK Percentages of Color #c0ce30

%7
%0
%77
%19

Triadic Colors of #c0ce30

#c0ce30 #30c0ce #ce30c0

Analogous Colors of #c0ce30

#c0ce30 #71ce30 #ce8d30

Monochromatic Colors of #c0ce30

#c0ce30

Complementary Color

#c0ce30 #3e30ce

#c0ce30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ce30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ce30 Color CSS Codes

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

#c0ce30 Text Font Color

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

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


#c0ce30 Background Color

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

This div background color is #c0ce30


#c0ce30 Border Color

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

This div border color is #c0ce30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ce30


Comments

No comments written yet.

Please login to write comment.