Color Hex Logo

#c1d86e Color Hex

#C1D86E
(193,216,110)
0 Favorites   0 Comments

Color spaces of #c1d86e

RGB 193216110
HSL0.200.580.64
HSV73°49°85°
CMYK 0.110.000.49   0.15
XYZ49.362761.575024.0353
Yxy61.57500.36570.4562
Hunter Lab78.4697-25.033636.7683
CIE-Lab82.6869-23.469449.2776

#c1d86e color RGB value is (193,216,110).

#c1d86e hex color red value is 193, green value is 216 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c1d86e hue: 0.20 , saturation: 0.58 and the lightness value of c1d86e is 0.64.

The process color (four color CMYK) of #c1d86e color hex is 0.11, 0.00, 0.49, 0.15. Web safe color of #c1d86e is #cccc66. Color #c1d86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011000 01101110
Octal 301 330 156
Decimal 193 216 110
Hex C1 D8 6E

RGB Percentages of Color #c1d86e

%37.19
%41.62
%21.19

CMYK Percentages of Color #c1d86e

%11
%0
%49
%15

Triadic Colors of #c1d86e

#c1d86e #6ec1d8 #d86ec1

Analogous Colors of #c1d86e

#c1d86e #8cd86e #d8ba6e

Monochromatic Colors of #c1d86e

#c1d86e

Complementary Color

#c1d86e #856ed8

#c1d86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1d86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1d86e Color CSS Codes

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

#c1d86e Text Font Color

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

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


#c1d86e Background Color

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

This div background color is #c1d86e


#c1d86e Border Color

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

This div border color is #c1d86e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,216,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1d86e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1d86e;
  -webkit-box-shadow: 1px 1px 3px 2px #c1d86e;
  box-shadow:         1px 1px 3px 2px #c1d86e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,216,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1d86e


Comments

No comments written yet.

Please login to write comment.