Color Hex Logo

#c6ceeb Color Hex

#C6CEEB
(198,206,235)
0 Favorites   0 Comments

Color spaces of #c6ceeb

RGB 198206235
HSL0.630.480.85
HSV227°16°92°
CMYK 0.160.120.00   0.08
XYZ60.355462.146587.4117
Yxy62.14650.28750.2961
Hunter Lab78.8331-1.2964-10.5588
CIE-Lab82.99133.0767-15.2056

#c6ceeb color RGB value is (198,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001110 11101011
Octal 306 316 353
Decimal 198 206 235
Hex C6 CE EB

RGB Percentages of Color #c6ceeb

%30.99
%32.24
%36.78

CMYK Percentages of Color #c6ceeb

%16
%12
%0
%8

Triadic Colors of #c6ceeb

#c6ceeb #ebc6ce #ceebc6

Analogous Colors of #c6ceeb

#c6ceeb #d1c6eb #c6e1eb

Monochromatic Colors of #c6ceeb

#c6ceeb

Complementary Color

#c6ceeb #ebe3c6

#c6ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ceeb Color CSS Codes

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

#c6ceeb Text Font Color

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

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


#c6ceeb Background Color

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

This div background color is #c6ceeb


#c6ceeb Border Color

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

This div border color is #c6ceeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,206,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 #c6ceeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ceeb


Comments

No comments written yet.

Please login to write comment.