Color Hex Logo

#c1ccbe Color Hex

#C1CCBE
(193,204,190)
0 Favorites   0 Comments

Color spaces of #c1ccbe

RGB 193204190
HSL0.300.120.77
HSV107°80°
CMYK 0.050.000.07   0.20
XYZ52.879458.240957.1698
Yxy58.24090.31420.3461
Hunter Lab76.3157-9.86939.0056
CIE-Lab80.8725-6.32295.6729

#c1ccbe color RGB value is (193,204,190).

#c1ccbe hex color red value is 193, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c1ccbe hue: 0.30 , saturation: 0.12 and the lightness value of c1ccbe is 0.77.

The process color (four color CMYK) of #c1ccbe color hex is 0.05, 0.00, 0.07, 0.20. Web safe color of #c1ccbe is #cccccc. Color #c1ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 10111110
Octal 301 314 276
Decimal 193 204 190
Hex C1 CC BE

RGB Percentages of Color #c1ccbe

%32.88
%34.75
%32.37

CMYK Percentages of Color #c1ccbe

%5
%0
%7
%20

Triadic Colors of #c1ccbe

#c1ccbe #bec1cc #ccbec1

Analogous Colors of #c1ccbe

#c1ccbe #beccc2 #c8ccbe

Monochromatic Colors of #c1ccbe

#c1ccbe

Complementary Color

#c1ccbe #c9becc

#c1ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ccbe Color CSS Codes

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

#c1ccbe Text Font Color

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

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


#c1ccbe Background Color

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

This div background color is #c1ccbe


#c1ccbe Border Color

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

This div border color is #c1ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ccbe


Comments

No comments written yet.

Please login to write comment.