Color Hex Logo

#c2cc65 Color Hex

#C2CC65
(194,204,101)
0 Favorites   0 Comments

Color spaces of #c2cc65

RGB 194204101
HSL0.180.500.60
HSV66°50°80°
CMYK 0.050.000.50   0.20
XYZ46.190055.594720.6083
Yxy55.59470.37740.4542
Hunter Lab74.5619-19.905135.8060
CIE-Lab79.3826-18.028749.6222

#c2cc65 color RGB value is (194,204,101).

#c2cc65 hex color red value is 194, green value is 204 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c2cc65 hue: 0.18 , saturation: 0.50 and the lightness value of c2cc65 is 0.60.

The process color (four color CMYK) of #c2cc65 color hex is 0.05, 0.00, 0.50, 0.20. Web safe color of #c2cc65 is #cccc66. Color #c2cc65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 01100101
Octal 302 314 145
Decimal 194 204 101
Hex C2 CC 65

RGB Percentages of Color #c2cc65

%38.88
%40.88
%20.24

CMYK Percentages of Color #c2cc65

%5
%0
%50
%20

Triadic Colors of #c2cc65

#c2cc65 #65c2cc #cc65c2

Analogous Colors of #c2cc65

#c2cc65 #8fcc65 #cca365

Monochromatic Colors of #c2cc65

#c2cc65

Complementary Color

#c2cc65 #6f65cc

#c2cc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cc65 Color CSS Codes

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

#c2cc65 Text Font Color

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

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


#c2cc65 Background Color

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

This div background color is #c2cc65


#c2cc65 Border Color

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

This div border color is #c2cc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cc65


Comments

No comments written yet.

Please login to write comment.