Color Hex Logo

#c1becf Color Hex

#C1BECF
(193,190,207)
0 Favorites   0 Comments

Color spaces of #c1becf

RGB 193190207
HSL0.700.150.78
HSV251°81°
CMYK 0.070.080.00   0.19
XYZ51.668352.669466.4745
Yxy52.66940.30250.3083
Hunter Lab72.57370.0778-3.5056
CIE-Lab77.67944.2769-8.1499

#c1becf color RGB value is (193,190,207).

#c1becf hex color red value is 193, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c1becf hue: 0.70 , saturation: 0.15 and the lightness value of c1becf is 0.78.

The process color (four color CMYK) of #c1becf color hex is 0.07, 0.08, 0.00, 0.19. Web safe color of #c1becf is #cccccc. Color #c1becf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 11001111
Octal 301 276 317
Decimal 193 190 207
Hex C1 BE CF

RGB Percentages of Color #c1becf

%32.71
%32.20
%35.08

CMYK Percentages of Color #c1becf

%7
%8
%0
%19

Triadic Colors of #c1becf

#c1becf #cfc1be #becfc1

Analogous Colors of #c1becf

#c1becf #cabecf #bec4cf

Monochromatic Colors of #c1becf

#c1becf

Complementary Color

#c1becf #cccfbe

#c1becf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1becf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1becf Color CSS Codes

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

#c1becf Text Font Color

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

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


#c1becf Background Color

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

This div background color is #c1becf


#c1becf Border Color

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

This div border color is #c1becf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1becf


Comments

No comments written yet.

Please login to write comment.