Color Hex Logo

#c6bedb Color Hex

#C6BEDB
(198,190,219)
0 Favorites   0 Comments

Color spaces of #c6bedb

RGB 198190219
HSL0.710.290.80
HSV257°13°86°
CMYK 0.100.130.00   0.14
XYZ54.488353.947274.5588
Yxy53.94720.29780.2948
Hunter Lab73.44883.8857-8.7719
CIE-Lab78.43098.3304-13.4707

#c6bedb color RGB value is (198,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 11011011
Octal 306 276 333
Decimal 198 190 219
Hex C6 BE DB

RGB Percentages of Color #c6bedb

%32.62
%31.30
%36.08

CMYK Percentages of Color #c6bedb

%10
%13
%0
%14

Triadic Colors of #c6bedb

#c6bedb #dbc6be #bedbc6

Analogous Colors of #c6bedb

#c6bedb #d5bedb #bec5db

Monochromatic Colors of #c6bedb

#c6bedb

Complementary Color

#c6bedb #d3dbbe

#c6bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bedb Color CSS Codes

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

#c6bedb Text Font Color

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

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


#c6bedb Background Color

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

This div background color is #c6bedb


#c6bedb Border Color

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

This div border color is #c6bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bedb


Comments

No comments written yet.

Please login to write comment.