Color Hex Logo

#c6cfeb Color Hex

#C6CFEB
(198,207,235)
0 Favorites   0 Comments

Color spaces of #c6cfeb

RGB 198207235
HSL0.630.480.85
HSV225°16°92°
CMYK 0.160.120.00   0.08
XYZ60.596962.629687.4922
Yxy62.62960.28760.2972
Hunter Lab79.1389-1.8150-10.1510
CIE-Lab83.24712.5464-14.8215

#c6cfeb color RGB value is (198,207,235).

#c6cfeb hex color red value is 198, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6cfeb hue: 0.63 , saturation: 0.48 and the lightness value of c6cfeb is 0.85.

The process color (four color CMYK) of #c6cfeb color hex is 0.16, 0.12, 0.00, 0.08. Web safe color of #c6cfeb is #ccccff. Color #c6cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 11101011
Octal 306 317 353
Decimal 198 207 235
Hex C6 CF EB

RGB Percentages of Color #c6cfeb

%30.94
%32.34
%36.72

CMYK Percentages of Color #c6cfeb

%16
%12
%0
%8

Triadic Colors of #c6cfeb

#c6cfeb #ebc6cf #cfebc6

Analogous Colors of #c6cfeb

#c6cfeb #d0c6eb #c6e2eb

Monochromatic Colors of #c6cfeb

#c6cfeb

Complementary Color

#c6cfeb #ebe2c6

#c6cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfeb Color CSS Codes

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

#c6cfeb Text Font Color

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

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


#c6cfeb Background Color

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

This div background color is #c6cfeb


#c6cfeb Border Color

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

This div border color is #c6cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfeb


Comments

No comments written yet.

Please login to write comment.