color codes Logo

#c6bfec color codes

#C6BFEC
(198,191,236)
0 Favorites   0 Comments

Color spaces of #c6bfec

RGB 198191236
HSL0.690.540.84
HSV249°19°93°
CMYK 0.160.190.00   0.07
XYZ57.059855.323587.0280
Yxy55.32350.28610.2774
Hunter Lab74.37986.7701-17.3064
CIE-Lab79.227211.3320-21.4229

#c6bfec color RGB value is (198,191,236).

#c6bfec hex color red value is 198, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c6bfec hue: 0.69 , saturation: 0.54 and the lightness value of c6bfec is 0.84.

The process color (four color CMYK) of #c6bfec color code is 0.16, 0.19, 0.00, 0.07. Web safe color of #c6bfec is #ccccff. Color #c6bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 11101100
Octal 306 277 354
Decimal 198 191 236
Hex C6 BF EC

RGB Percentages of Color #c6bfec

%31.68
%30.56
%37.76

CMYK Percentages of Color #c6bfec

%16
%19
%0
%7

Triadic Colors of #c6bfec

#c6bfec #ecc6bf #bfecc6

Analogous Colors of #c6bfec

#c6bfec #ddbfec #bfcfec

Monochromatic Colors of #c6bfec

#c6bfec

Complementary Color

#c6bfec #e5ecbf

#c6bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfec Color CSS Codes

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

#c6bfec Text Font Color

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

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


#c6bfec Background Color

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

This div background color is #c6bfec


#c6bfec Border Color

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

This div border color is #c6bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfec


Comments

No comments written yet.

Please login to write comment.