Color Hex Logo

#c6ce5e Color Hex

#C6CE5E
(198,206,94)
0 Favorites   0 Comments

Color spaces of #c6ce5e

RGB 19820694
HSL0.180.530.59
HSV64°54°81°
CMYK 0.040.000.54   0.19
XYZ47.380456.956519.0862
Yxy56.95650.38390.4615
Hunter Lab75.4695-20.007937.8343
CIE-Lab80.1551-18.010253.8538

#c6ce5e color RGB value is (198,206,94).

#c6ce5e hex color red value is 198, green value is 206 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c6ce5e hue: 0.18 , saturation: 0.53 and the lightness value of c6ce5e is 0.59.

The process color (four color CMYK) of #c6ce5e color hex is 0.04, 0.00, 0.54, 0.19. Web safe color of #c6ce5e is #cccc66. Color #c6ce5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 01011110
Octal 306 316 136
Decimal 198 206 94
Hex C6 CE 5E

RGB Percentages of Color #c6ce5e

%39.76
%41.37
%18.88

CMYK Percentages of Color #c6ce5e

%4
%0
%54
%19

Triadic Colors of #c6ce5e

#c6ce5e #5ec6ce #ce5ec6

Analogous Colors of #c6ce5e

#c6ce5e #8ece5e #ce9e5e

Monochromatic Colors of #c6ce5e

#c6ce5e

Complementary Color

#c6ce5e #665ece

#c6ce5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ce5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ce5e Color CSS Codes

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

#c6ce5e Text Font Color

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

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


#c6ce5e Background Color

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

This div background color is #c6ce5e


#c6ce5e Border Color

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

This div border color is #c6ce5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ce5e


Comments

No comments written yet.

Please login to write comment.