Color Hex Logo

#c5d680 Color Hex

#C5D680
(197,214,128)
0 Favorites   0 Comments

Color spaces of #c5d680

RGB 197214128
HSL0.200.510.67
HSV72°40°84°
CMYK 0.080.000.40   0.16
XYZ50.968861.522029.6107
Yxy61.52200.35870.4329
Hunter Lab78.4360-21.271132.5223
CIE-Lab82.6586-19.034940.5245

#c5d680 color RGB value is (197,214,128).

#c5d680 hex color red value is 197, green value is 214 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c5d680 hue: 0.20 , saturation: 0.51 and the lightness value of c5d680 is 0.67.

The process color (four color CMYK) of #c5d680 color hex is 0.08, 0.00, 0.40, 0.16. Web safe color of #c5d680 is #cccc99. Color #c5d680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010110 10000000
Octal 305 326 200
Decimal 197 214 128
Hex C5 D6 80

RGB Percentages of Color #c5d680

%36.55
%39.70
%23.75

CMYK Percentages of Color #c5d680

%8
%0
%40
%16

Triadic Colors of #c5d680

#c5d680 #80c5d6 #d680c5

Analogous Colors of #c5d680

#c5d680 #9ad680 #d6bc80

Monochromatic Colors of #c5d680

#c5d680

Complementary Color

#c5d680 #9180d6

#c5d680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d680 Color CSS Codes

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

#c5d680 Text Font Color

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

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


#c5d680 Background Color

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

This div background color is #c5d680


#c5d680 Border Color

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

This div border color is #c5d680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d680


Comments

No comments written yet.

Please login to write comment.