Color Hex Logo

#c1cece Color Hex

#C1CECE
(193,206,206)
0 Favorites   0 Comments

Color spaces of #c1cece

RGB 193206206
HSL0.500.120.78
HSV180°81°
CMYK 0.060.000.00   0.19
XYZ55.204259.936367.0518
Yxy59.93630.30300.3290
Hunter Lab77.4185-8.20092.8422
CIE-Lab81.8036-4.3956-1.5290

#c1cece color RGB value is (193,206,206).

#c1cece hex color red value is 193, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1cece hue: 0.50 , saturation: 0.12 and the lightness value of c1cece is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11001110
Octal 301 316 316
Decimal 193 206 206
Hex C1 CE CE

RGB Percentages of Color #c1cece

%31.90
%34.05
%34.05

CMYK Percentages of Color #c1cece

%6
%0
%0
%19

Triadic Colors of #c1cece

#c1cece #cec1ce #cecec1

Analogous Colors of #c1cece

#c1cece #c1c8ce #c1cec8

Monochromatic Colors of #c1cece

#c1cece

Complementary Color

#c1cece #cec1c1

#c1cece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cece Color CSS Codes

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

#c1cece Text Font Color

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

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


#c1cece Background Color

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

This div background color is #c1cece


#c1cece Border Color

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

This div border color is #c1cece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cece


Comments

No comments written yet.

Please login to write comment.