Color Hex Logo

#c1dfaf Color Hex

#C1DFAF
(193,223,175)
0 Favorites   0 Comments

Color spaces of #c1dfaf

RGB 193223175
HSL0.270.430.78
HSV98°22°87°
CMYK 0.130.000.22   0.13
XYZ56.117967.208050.5721
Yxy67.20800.32270.3865
Hunter Lab81.9805-21.277720.8115
CIE-Lab85.6089-18.508920.3012

#c1dfaf color RGB value is (193,223,175).

#c1dfaf hex color red value is 193, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c1dfaf hue: 0.27 , saturation: 0.43 and the lightness value of c1dfaf is 0.78.

The process color (four color CMYK) of #c1dfaf color hex is 0.13, 0.00, 0.22, 0.13. Web safe color of #c1dfaf is #cccc99. Color #c1dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 10101111
Octal 301 337 257
Decimal 193 223 175
Hex C1 DF AF

RGB Percentages of Color #c1dfaf

%32.66
%37.73
%29.61

CMYK Percentages of Color #c1dfaf

%13
%0
%22
%13

Triadic Colors of #c1dfaf

#c1dfaf #afc1df #dfafc1

Analogous Colors of #c1dfaf

#c1dfaf #afdfb5 #d9dfaf

Monochromatic Colors of #c1dfaf

#c1dfaf

Complementary Color

#c1dfaf #cdafdf

#c1dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfaf Color CSS Codes

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

#c1dfaf Text Font Color

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

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


#c1dfaf Background Color

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

This div background color is #c1dfaf


#c1dfaf Border Color

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

This div border color is #c1dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfaf


Comments

No comments written yet.

Please login to write comment.