Color Hex Logo

#c1d493 Color Hex

#C1D493
(193,212,147)
0 Favorites   0 Comments

Color spaces of #c1d493

RGB 193212147
HSL0.220.430.70
HSV78°31°83°
CMYK 0.090.000.31   0.17
XYZ50.802360.531036.6099
Yxy60.53100.34340.4092
Hunter Lab77.8017-19.597526.5620
CIE-Lab82.1260-17.182030.1097

#c1d493 color RGB value is (193,212,147).

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

The process color (four color CMYK) of #c1d493 color hex is 0.09, 0.00, 0.31, 0.17. Web safe color of #c1d493 is #cccc99. Color #c1d493 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11010100 10010011
Octal 301 324 223
Decimal 193 212 147
Hex C1 D4 93

RGB Percentages of Color #c1d493

%34.96
%38.41
%26.63

CMYK Percentages of Color #c1d493

%9
%0
%31
%17

Triadic Colors of #c1d493

#c1d493 #93c1d4 #d493c1

Analogous Colors of #c1d493

#c1d493 #a1d493 #d4c793

Monochromatic Colors of #c1d493

#c1d493

Complementary Color

#c1d493 #a693d4

#c1d493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1d493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1d493 Color CSS Codes

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

#c1d493 Text Font Color

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

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


#c1d493 Background Color

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

This div background color is #c1d493


#c1d493 Border Color

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

This div border color is #c1d493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1d493


Comments

No comments written yet.

Please login to write comment.