Color Hex Logo

#c6d745 Color Hex

#C6D745
(198,215,69)
0 Favorites   0 Comments

Color spaces of #c6d745

RGB 19821569
HSL0.190.650.56
HSV67°68°84°
CMYK 0.080.000.68   0.16
XYZ48.663361.036314.8466
Yxy61.03630.39070.4901
Hunter Lab78.1257-25.535243.4209
CIE-Lab82.3983-24.132566.7118

#c6d745 color RGB value is (198,215,69).

#c6d745 hex color red value is 198, green value is 215 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c6d745 hue: 0.19 , saturation: 0.65 and the lightness value of c6d745 is 0.56.

The process color (four color CMYK) of #c6d745 color hex is 0.08, 0.00, 0.68, 0.16. Web safe color of #c6d745 is #cccc33. Color #c6d745 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11010111 01000101
Octal 306 327 105
Decimal 198 215 69
Hex C6 D7 45

RGB Percentages of Color #c6d745

%41.08
%44.61
%14.32

CMYK Percentages of Color #c6d745

%8
%0
%68
%16

Triadic Colors of #c6d745

#c6d745 #45c6d7 #d745c6

Analogous Colors of #c6d745

#c6d745 #7dd745 #d79f45

Monochromatic Colors of #c6d745

#c6d745

Complementary Color

#c6d745 #5645d7

#c6d745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d745 Color CSS Codes

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

#c6d745 Text Font Color

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

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


#c6d745 Background Color

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

This div background color is #c6d745


#c6d745 Border Color

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

This div border color is #c6d745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d745


Comments

No comments written yet.

Please login to write comment.