Color Hex Logo

#c6bddf Color Hex

#C6BDDF
(198,189,223)
0 Favorites   0 Comments

Color spaces of #c6bddf

RGB 198189223
HSL0.710.350.81
HSV256°15°87°
CMYK 0.110.150.00   0.13
XYZ54.805653.728777.2941
Yxy53.72870.29490.2891
Hunter Lab73.29995.1880-11.2109
CIE-Lab78.30339.6853-15.8207

#c6bddf color RGB value is (198,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 11011111
Octal 306 275 337
Decimal 198 189 223
Hex C6 BD DF

RGB Percentages of Color #c6bddf

%32.46
%30.98
%36.56

CMYK Percentages of Color #c6bddf

%11
%15
%0
%13

Triadic Colors of #c6bddf

#c6bddf #dfc6bd #bddfc6

Analogous Colors of #c6bddf

#c6bddf #d7bddf #bdc5df

Monochromatic Colors of #c6bddf

#c6bddf

Complementary Color

#c6bddf #d6dfbd

#c6bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bddf Color CSS Codes

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

#c6bddf Text Font Color

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

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


#c6bddf Background Color

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

This div background color is #c6bddf


#c6bddf Border Color

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

This div border color is #c6bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bddf


Comments

No comments written yet.

Please login to write comment.