Color Hex Logo

#c6bedc Color Hex

#C6BEDC
(198,190,220)
0 Favorites   0 Comments

Color spaces of #c6bedc

RGB 198190220
HSL0.710.300.80
HSV256°14°86°
CMYK 0.100.140.00   0.14
XYZ54.620454.000075.2544
Yxy54.00000.29710.2937
Hunter Lab73.48474.0790-9.2786
CIE-Lab78.46178.5330-13.9641

#c6bedc color RGB value is (198,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 11011100
Octal 306 276 334
Decimal 198 190 220
Hex C6 BE DC

RGB Percentages of Color #c6bedc

%32.57
%31.25
%36.18

CMYK Percentages of Color #c6bedc

%10
%14
%0
%14

Triadic Colors of #c6bedc

#c6bedc #dcc6be #bedcc6

Analogous Colors of #c6bedc

#c6bedc #d5bedc #bec5dc

Monochromatic Colors of #c6bedc

#c6bedc

Complementary Color

#c6bedc #d4dcbe

#c6bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bedc Color CSS Codes

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

#c6bedc Text Font Color

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

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


#c6bedc Background Color

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

This div background color is #c6bedc


#c6bedc Border Color

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

This div border color is #c6bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bedc


Comments

No comments written yet.

Please login to write comment.