color codes Logo

#c5db4c color codes

#C5DB4C
(197,219,76)
0 Favorites   0 Comments

Color spaces of #c5db4c

RGB 19721976
HSL0.190.670.58
HSV69°65°86°
CMYK 0.100.000.65   0.14
XYZ49.662063.055216.3909
Yxy63.05520.38470.4884
Hunter Lab79.4073-27.327443.3467
CIE-Lab83.4714-26.040465.1100

#c5db4c color RGB value is (197,219,76).

#c5db4c hex color red value is 197, green value is 219 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c5db4c hue: 0.19 , saturation: 0.67 and the lightness value of c5db4c is 0.58.

The process color (four color CMYK) of #c5db4c color code is 0.10, 0.00, 0.65, 0.14. Web safe color of #c5db4c is #cccc33. Color #c5db4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011011 01001100
Octal 305 333 114
Decimal 197 219 76
Hex C5 DB 4C

RGB Percentages of Color #c5db4c

%40.04
%44.51
%15.45

CMYK Percentages of Color #c5db4c

%10
%0
%65
%14

Triadic Colors of #c5db4c

#c5db4c #4cc5db #db4cc5

Analogous Colors of #c5db4c

#c5db4c #7edb4c #dbaa4c

Monochromatic Colors of #c5db4c

#c5db4c

Complementary Color

#c5db4c #624cdb

#c5db4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5db4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5db4c Color CSS Codes

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

#c5db4c Text Font Color

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

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


#c5db4c Background Color

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

This div background color is #c5db4c


#c5db4c Border Color

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

This div border color is #c5db4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5db4c


Comments

No comments written yet.

Please login to write comment.