Color Hex Logo

#c1d88c Color Hex

#C1D88C
(193,216,140)
0 Favorites   0 Comments

Color spaces of #c1d88c

RGB 193216140
HSL0.220.490.70
HSV78°35°85°
CMYK 0.110.000.35   0.15
XYZ51.281862.342634.1414
Yxy62.34260.34700.4219
Hunter Lab78.9573-22.241829.6329
CIE-Lab83.0953-20.087434.9797

#c1d88c color RGB value is (193,216,140).

#c1d88c hex color red value is 193, green value is 216 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c1d88c hue: 0.22 , saturation: 0.49 and the lightness value of c1d88c is 0.70.

The process color (four color CMYK) of #c1d88c color hex is 0.11, 0.00, 0.35, 0.15. Web safe color of #c1d88c is #cccc99. Color #c1d88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011000 10001100
Octal 301 330 214
Decimal 193 216 140
Hex C1 D8 8C

RGB Percentages of Color #c1d88c

%35.15
%39.34
%25.50

CMYK Percentages of Color #c1d88c

%11
%0
%35
%15

Triadic Colors of #c1d88c

#c1d88c #8cc1d8 #d88cc1

Analogous Colors of #c1d88c

#c1d88c #9bd88c #d8c98c

Monochromatic Colors of #c1d88c

#c1d88c

Complementary Color

#c1d88c #a38cd8

#c1d88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1d88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1d88c Color CSS Codes

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

#c1d88c Text Font Color

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

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


#c1d88c Background Color

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

This div background color is #c1d88c


#c1d88c Border Color

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

This div border color is #c1d88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1d88c


Comments

No comments written yet.

Please login to write comment.