Color Hex Logo

#c5d32f Color Hex

#C5D32F
(197,211,47)
0 Favorites   0 Comments

Color spaces of #c5d32f

RGB 19721147
HSL0.180.650.51
HSV65°78°83°
CMYK 0.070.000.78   0.17
XYZ46.833358.664111.5442
Yxy58.66410.40010.5012
Hunter Lab76.5925-24.891144.6784
CIE-Lab81.1066-23.643372.7656

#c5d32f color RGB value is (197,211,47).

#c5d32f hex color red value is 197, green value is 211 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c5d32f hue: 0.18 , saturation: 0.65 and the lightness value of c5d32f is 0.51.

The process color (four color CMYK) of #c5d32f color hex is 0.07, 0.00, 0.78, 0.17. Web safe color of #c5d32f is #cccc33. Color #c5d32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010011 00101111
Octal 305 323 57
Decimal 197 211 47
Hex C5 D3 2F

RGB Percentages of Color #c5d32f

%43.30
%46.37
%10.33

CMYK Percentages of Color #c5d32f

%7
%0
%78
%17

Triadic Colors of #c5d32f

#c5d32f #2fc5d3 #d32fc5

Analogous Colors of #c5d32f

#c5d32f #73d32f #d38f2f

Monochromatic Colors of #c5d32f

#c5d32f

Complementary Color

#c5d32f #3d2fd3

#c5d32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d32f Color CSS Codes

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

#c5d32f Text Font Color

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

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


#c5d32f Background Color

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

This div background color is #c5d32f


#c5d32f Border Color

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

This div border color is #c5d32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d32f


Comments

No comments written yet.

Please login to write comment.