Color Hex Logo

#c1cfbc Color Hex

#C1CFBC
(193,207,188)
0 Favorites   0 Comments

Color spaces of #c1cfbc

RGB 193207188
HSL0.290.170.77
HSV104°81°
CMYK 0.070.000.09   0.19
XYZ53.382259.593956.2662
Yxy59.59390.31540.3521
Hunter Lab77.1971-11.661210.8236
CIE-Lab81.6170-8.23237.8110

#c1cfbc color RGB value is (193,207,188).

#c1cfbc hex color red value is 193, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c1cfbc hue: 0.29 , saturation: 0.17 and the lightness value of c1cfbc is 0.77.

The process color (four color CMYK) of #c1cfbc color hex is 0.07, 0.00, 0.09, 0.19. Web safe color of #c1cfbc is #cccccc. Color #c1cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001111 10111100
Octal 301 317 274
Decimal 193 207 188
Hex C1 CF BC

RGB Percentages of Color #c1cfbc

%32.82
%35.20
%31.97

CMYK Percentages of Color #c1cfbc

%7
%0
%9
%19

Triadic Colors of #c1cfbc

#c1cfbc #bcc1cf #cfbcc1

Analogous Colors of #c1cfbc

#c1cfbc #bccfc1 #cbcfbc

Monochromatic Colors of #c1cfbc

#c1cfbc

Complementary Color

#c1cfbc #cabccf

#c1cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cfbc Color CSS Codes

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

#c1cfbc Text Font Color

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

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


#c1cfbc Background Color

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

This div background color is #c1cfbc


#c1cfbc Border Color

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

This div border color is #c1cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cfbc


Comments

No comments written yet.

Please login to write comment.