Color Hex Logo

#c3cb1a Color Hex

#C3CB1A
(195,203,26)
0 Favorites   0 Comments

Color spaces of #c3cb1a

RGB 19520326
HSL0.170.770.45
HSV63°87°80°
CMYK 0.040.000.87   0.20
XYZ44.048154.38869.1537
Yxy54.38860.40940.5055
Hunter Lab73.7486-22.446844.2649
CIE-Lab78.6878-21.206575.6404

#c3cb1a color RGB value is (195,203,26).

#c3cb1a hex color red value is 195, green value is 203 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c3cb1a hue: 0.17 , saturation: 0.77 and the lightness value of c3cb1a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001011 00011010
Octal 303 313 32
Decimal 195 203 26
Hex C3 CB 1A

RGB Percentages of Color #c3cb1a

%45.99
%47.88
%6.13

CMYK Percentages of Color #c3cb1a

%4
%0
%87
%20

Triadic Colors of #c3cb1a

#c3cb1a #1ac3cb #cb1ac3

Analogous Colors of #c3cb1a

#c3cb1a #6bcb1a #cb7b1a

Monochromatic Colors of #c3cb1a

#c3cb1a

Complementary Color

#c3cb1a #221acb

#c3cb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cb1a Color CSS Codes

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

#c3cb1a Text Font Color

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

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


#c3cb1a Background Color

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

This div background color is #c3cb1a


#c3cb1a Border Color

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

This div border color is #c3cb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cb1a


Comments

No comments written yet.

Please login to write comment.