Color Hex Logo

#c6bede Color Hex

#C6BEDE
(198,190,222)
0 Favorites   0 Comments

Color spaces of #c6bede

RGB 198190222
HSL0.710.330.81
HSV255°14°87°
CMYK 0.110.140.00   0.13
XYZ54.887054.106676.6580
Yxy54.10660.29560.2914
Hunter Lab73.55724.4683-10.2993
CIE-Lab78.52398.9405-14.9496

#c6bede color RGB value is (198,190,222).

#c6bede hex color red value is 198, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c6bede hue: 0.71 , saturation: 0.33 and the lightness value of c6bede is 0.81.

The process color (four color CMYK) of #c6bede color hex is 0.11, 0.14, 0.00, 0.13. Web safe color of #c6bede is #cccccc. Color #c6bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 11011110
Octal 306 276 336
Decimal 198 190 222
Hex C6 BE DE

RGB Percentages of Color #c6bede

%32.46
%31.15
%36.39

CMYK Percentages of Color #c6bede

%11
%14
%0
%13

Triadic Colors of #c6bede

#c6bede #dec6be #bedec6

Analogous Colors of #c6bede

#c6bede #d6bede #bec6de

Monochromatic Colors of #c6bede

#c6bede

Complementary Color

#c6bede #d6debe

#c6bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bede Color CSS Codes

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

#c6bede Text Font Color

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

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


#c6bede Background Color

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

This div background color is #c6bede


#c6bede Border Color

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

This div border color is #c6bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bede


Comments

No comments written yet.

Please login to write comment.