Color Hex Logo

#c5cb61 Color Hex

#C5CB61
(197,203,97)
0 Favorites   0 Comments

Color spaces of #c5cb61

RGB 19720397
HSL0.180.500.59
HSV63°52°80°
CMYK 0.030.000.52   0.20
XYZ46.539655.445319.5584
Yxy55.44530.38290.4562
Hunter Lab74.4616-18.742736.5498
CIE-Lab79.2971-16.670851.4589

#c5cb61 color RGB value is (197,203,97).

#c5cb61 hex color red value is 197, green value is 203 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c5cb61 hue: 0.18 , saturation: 0.50 and the lightness value of c5cb61 is 0.59.

The process color (four color CMYK) of #c5cb61 color hex is 0.03, 0.00, 0.52, 0.20. Web safe color of #c5cb61 is #cccc66. Color #c5cb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 01100001
Octal 305 313 141
Decimal 197 203 97
Hex C5 CB 61

RGB Percentages of Color #c5cb61

%39.64
%40.85
%19.52

CMYK Percentages of Color #c5cb61

%3
%0
%52
%20

Triadic Colors of #c5cb61

#c5cb61 #61c5cb #cb61c5

Analogous Colors of #c5cb61

#c5cb61 #90cb61 #cb9c61

Monochromatic Colors of #c5cb61

#c5cb61

Complementary Color

#c5cb61 #6761cb

#c5cb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cb61 Color CSS Codes

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

#c5cb61 Text Font Color

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

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


#c5cb61 Background Color

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

This div background color is #c5cb61


#c5cb61 Border Color

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

This div border color is #c5cb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cb61


Comments

No comments written yet.

Please login to write comment.