Color Hex Logo

#c8e685 Color Hex

#C8E685
(200,230,133)
0 Favorites   0 Comments

Color spaces of #c8e685

RGB 200230133
HSL0.220.660.71
HSV79°42°90°
CMYK 0.130.000.42   0.10
XYZ56.349970.566432.8410
Yxy70.56640.35270.4417
Hunter Lab84.0038-27.268635.6234
CIE-Lab87.2739-25.108543.9317

#c8e685 color RGB value is (200,230,133).

#c8e685 hex color red value is 200, green value is 230 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c8e685 hue: 0.22 , saturation: 0.66 and the lightness value of c8e685 is 0.71.

The process color (four color CMYK) of #c8e685 color hex is 0.13, 0.00, 0.42, 0.10. Web safe color of #c8e685 is #ccff99. Color #c8e685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11100110 10000101
Octal 310 346 205
Decimal 200 230 133
Hex C8 E6 85

RGB Percentages of Color #c8e685

%35.52
%40.85
%23.62

CMYK Percentages of Color #c8e685

%13
%0
%42
%10

Triadic Colors of #c8e685

#c8e685 #85c8e6 #e685c8

Analogous Colors of #c8e685

#c8e685 #98e685 #e6d485

Monochromatic Colors of #c8e685

#c8e685

Complementary Color

#c8e685 #a385e6

#c8e685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8e685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8e685 Color CSS Codes

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

#c8e685 Text Font Color

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

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


#c8e685 Background Color

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

This div background color is #c8e685


#c8e685 Border Color

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

This div border color is #c8e685


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,230,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8e685; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8e685;
  -webkit-box-shadow: 1px 1px 3px 2px #c8e685;
  box-shadow:         1px 1px 3px 2px #c8e685; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,230,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8e685


Comments

No comments written yet.

Please login to write comment.