Color Hex Logo

#c5d361 Color Hex

#C5D361
(197,211,97)
0 Favorites   0 Comments

Color spaces of #c5d361

RGB 19721197
HSL0.190.560.60
HSV67°54°83°
CMYK 0.070.000.54   0.17
XYZ48.477959.321920.2045
Yxy59.32190.37870.4634
Hunter Lab77.0207-22.435938.3612
CIE-Lab81.4682-20.632353.9731

#c5d361 color RGB value is (197,211,97).

#c5d361 hex color red value is 197, green value is 211 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c5d361 hue: 0.19 , saturation: 0.56 and the lightness value of c5d361 is 0.60.

The process color (four color CMYK) of #c5d361 color hex is 0.07, 0.00, 0.54, 0.17. Web safe color of #c5d361 is #cccc66. Color #c5d361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010011 01100001
Octal 305 323 141
Decimal 197 211 97
Hex C5 D3 61

RGB Percentages of Color #c5d361

%39.01
%41.78
%19.21

CMYK Percentages of Color #c5d361

%7
%0
%54
%17

Triadic Colors of #c5d361

#c5d361 #61c5d3 #d361c5

Analogous Colors of #c5d361

#c5d361 #8cd361 #d3a861

Monochromatic Colors of #c5d361

#c5d361

Complementary Color

#c5d361 #6f61d3

#c5d361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d361 Color CSS Codes

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

#c5d361 Text Font Color

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

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


#c5d361 Background Color

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

This div background color is #c5d361


#c5d361 Border Color

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

This div border color is #c5d361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,211,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 #c5d361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d361


Comments

No comments written yet.

Please login to write comment.