Color Hex Logo

#c8cfeb Color Hex

#C8CFEB
(200,207,235)
0 Favorites   0 Comments

Color spaces of #c8cfeb

RGB 200207235
HSL0.630.470.85
HSV228°15°92°
CMYK 0.150.120.00   0.08
XYZ61.127662.903287.5170
Yxy62.90320.28900.2973
Hunter Lab79.3115-1.2203-9.9060
CIE-Lab83.39143.1770-14.5903

#c8cfeb color RGB value is (200,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001111 11101011
Octal 310 317 353
Decimal 200 207 235
Hex C8 CF EB

RGB Percentages of Color #c8cfeb

%31.15
%32.24
%36.60

CMYK Percentages of Color #c8cfeb

%15
%12
%0
%8

Triadic Colors of #c8cfeb

#c8cfeb #ebc8cf #cfebc8

Analogous Colors of #c8cfeb

#c8cfeb #d3c8eb #c8e1eb

Monochromatic Colors of #c8cfeb

#c8cfeb

Complementary Color

#c8cfeb #ebe4c8

#c8cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cfeb Color CSS Codes

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

#c8cfeb Text Font Color

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

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


#c8cfeb Background Color

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

This div background color is #c8cfeb


#c8cfeb Border Color

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

This div border color is #c8cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cfeb


Comments

No comments written yet.

Please login to write comment.