Color Hex Logo

#c1cdaf Color Hex

#C1CDAF
(193,205,175)
0 Favorites   0 Comments

Color spaces of #c1cdaf

RGB 193205175
HSL0.230.230.75
HSV84°15°80°
CMYK 0.060.000.15   0.20
XYZ51.561558.095249.0534
Yxy58.09520.32490.3660
Hunter Lab76.2202-12.633615.1966
CIE-Lab80.7917-9.419513.5619

#c1cdaf color RGB value is (193,205,175).

#c1cdaf hex color red value is 193, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c1cdaf hue: 0.23 , saturation: 0.23 and the lightness value of c1cdaf is 0.75.

The process color (four color CMYK) of #c1cdaf color hex is 0.06, 0.00, 0.15, 0.20. Web safe color of #c1cdaf is #cccc99. Color #c1cdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 10101111
Octal 301 315 257
Decimal 193 205 175
Hex C1 CD AF

RGB Percentages of Color #c1cdaf

%33.68
%35.78
%30.54

CMYK Percentages of Color #c1cdaf

%6
%0
%15
%20

Triadic Colors of #c1cdaf

#c1cdaf #afc1cd #cdafc1

Analogous Colors of #c1cdaf

#c1cdaf #b2cdaf #cdcaaf

Monochromatic Colors of #c1cdaf

#c1cdaf

Complementary Color

#c1cdaf #bbafcd

#c1cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cdaf Color CSS Codes

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

#c1cdaf Text Font Color

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

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


#c1cdaf Background Color

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

This div background color is #c1cdaf


#c1cdaf Border Color

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

This div border color is #c1cdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,205,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 #c1cdaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cdaf


Comments

No comments written yet.

Please login to write comment.