Color Hex Logo

#c1bed2 Color Hex

#C1BED2
(193,190,210)
0 Favorites   0 Comments

Color spaces of #c1bed2

RGB 193190210
HSL0.690.180.78
HSV249°10°82°
CMYK 0.080.100.00   0.18
XYZ52.038652.817568.4248
Yxy52.81750.30030.3048
Hunter Lab72.67560.6306-4.9491
CIE-Lab77.76714.8713-9.6419

#c1bed2 color RGB value is (193,190,210).

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

The process color (four color CMYK) of #c1bed2 color hex is 0.08, 0.10, 0.00, 0.18. Web safe color of #c1bed2 is #cccccc. Color #c1bed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111110 11010010
Octal 301 276 322
Decimal 193 190 210
Hex C1 BE D2

RGB Percentages of Color #c1bed2

%32.55
%32.04
%35.41

CMYK Percentages of Color #c1bed2

%8
%10
%0
%18

Triadic Colors of #c1bed2

#c1bed2 #d2c1be #bed2c1

Analogous Colors of #c1bed2

#c1bed2 #cbbed2 #bec5d2

Monochromatic Colors of #c1bed2

#c1bed2

Complementary Color

#c1bed2 #cfd2be

#c1bed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bed2 Color CSS Codes

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

#c1bed2 Text Font Color

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

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


#c1bed2 Background Color

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

This div background color is #c1bed2


#c1bed2 Border Color

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

This div border color is #c1bed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bed2


Comments

No comments written yet.

Please login to write comment.