Color Hex Logo

#c3d75f Color Hex

#C3D75F
(195,215,95)
0 Favorites   0 Comments

Color spaces of #c3d75f

RGB 19521595
HSL0.190.600.61
HSV70°56°84°
CMYK 0.090.000.56   0.16
XYZ48.871761.029220.0305
Yxy61.02920.37610.4697
Hunter Lab78.1212-25.044639.4827
CIE-Lab82.3944-23.545955.8984

#c3d75f color RGB value is (195,215,95).

#c3d75f hex color red value is 195, green value is 215 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c3d75f hue: 0.19 , saturation: 0.60 and the lightness value of c3d75f is 0.61.

The process color (four color CMYK) of #c3d75f color hex is 0.09, 0.00, 0.56, 0.16. Web safe color of #c3d75f is #cccc66. Color #c3d75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11010111 01011111
Octal 303 327 137
Decimal 195 215 95
Hex C3 D7 5F

RGB Percentages of Color #c3d75f

%38.61
%42.57
%18.81

CMYK Percentages of Color #c3d75f

%9
%0
%56
%16

Triadic Colors of #c3d75f

#c3d75f #5fc3d7 #d75fc3

Analogous Colors of #c3d75f

#c3d75f #87d75f #d7af5f

Monochromatic Colors of #c3d75f

#c3d75f

Complementary Color

#c3d75f #735fd7

#c3d75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3d75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3d75f Color CSS Codes

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

#c3d75f Text Font Color

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

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


#c3d75f Background Color

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

This div background color is #c3d75f


#c3d75f Border Color

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

This div border color is #c3d75f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,215,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3d75f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3d75f;
  -webkit-box-shadow: 1px 1px 3px 2px #c3d75f;
  box-shadow:         1px 1px 3px 2px #c3d75f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,215,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3d75f


Comments

No comments written yet.

Please login to write comment.