Color Hex Logo

#c2cb22 Color Hex

#C2CB22
(194,203,34)
0 Favorites   0 Comments

Color spaces of #c2cb22

RGB 19420334
HSL0.180.710.46
HSV63°83°80°
CMYK 0.040.000.83   0.20
XYZ43.892854.29679.6803
Yxy54.29670.40690.5034
Hunter Lab73.6863-22.623743.7914
CIE-Lab78.6344-21.431873.8995

#c2cb22 color RGB value is (194,203,34).

#c2cb22 hex color red value is 194, green value is 203 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c2cb22 hue: 0.18 , saturation: 0.71 and the lightness value of c2cb22 is 0.46.

The process color (four color CMYK) of #c2cb22 color hex is 0.04, 0.00, 0.83, 0.20. Web safe color of #c2cb22 is #cccc33. Color #c2cb22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 00100010
Octal 302 313 42
Decimal 194 203 34
Hex C2 CB 22

RGB Percentages of Color #c2cb22

%45.01
%47.10
%7.89

CMYK Percentages of Color #c2cb22

%4
%0
%83
%20

Triadic Colors of #c2cb22

#c2cb22 #22c2cb #cb22c2

Analogous Colors of #c2cb22

#c2cb22 #6ecb22 #cb8022

Monochromatic Colors of #c2cb22

#c2cb22

Complementary Color

#c2cb22 #2b22cb

#c2cb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cb22 Color CSS Codes

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

#c2cb22 Text Font Color

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

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


#c2cb22 Background Color

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

This div background color is #c2cb22


#c2cb22 Border Color

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

This div border color is #c2cb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cb22


Comments

No comments written yet.

Please login to write comment.