Color Hex Logo

#c1beca Color Hex

#C1BECA
(193,190,202)
0 Favorites   0 Comments

Color spaces of #c1beca

RGB 193190202
HSL0.710.100.77
HSV255°79°
CMYK 0.040.060.00   0.21
XYZ51.066452.428663.3054
Yxy52.42860.30620.3143
Hunter Lab72.4076-0.8238-1.1515
CIE-Lab77.53643.3024-5.6561

#c1beca color RGB value is (193,190,202).

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

The process color (four color CMYK) of #c1beca color hex is 0.04, 0.06, 0.00, 0.21. Web safe color of #c1beca is #cccccc. Color #c1beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 11001010
Octal 301 276 312
Decimal 193 190 202
Hex C1 BE CA

RGB Percentages of Color #c1beca

%32.99
%32.48
%34.53

CMYK Percentages of Color #c1beca

%4
%6
%0
%21

Triadic Colors of #c1beca

#c1beca #cac1be #becac1

Analogous Colors of #c1beca

#c1beca #c7beca #bec1ca

Monochromatic Colors of #c1beca

#c1beca

Complementary Color

#c1beca #c7cabe

#c1beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1beca Color CSS Codes

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

#c1beca Text Font Color

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

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


#c1beca Background Color

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

This div background color is #c1beca


#c1beca Border Color

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

This div border color is #c1beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1beca


Comments

No comments written yet.

Please login to write comment.