Color Hex Logo

#c8cefe Color Hex

#C8CEFE
(200,206,254)
0 Favorites   0 Comments

Color spaces of #c8cefe

RGB 200206254
HSL0.650.960.89
HSV233°21°100°
CMYK 0.210.190.00   0.00
XYZ63.780163.5777102.6761
Yxy63.57770.27730.2764
Hunter Lab79.73563.2438-20.5332
CIE-Lab83.74547.8056-24.1502

#c8cefe color RGB value is (200,206,254).

#c8cefe hex color red value is 200, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c8cefe hue: 0.65 , saturation: 0.96 and the lightness value of c8cefe is 0.89.

The process color (four color CMYK) of #c8cefe color hex is 0.21, 0.19, 0.00, 0.00. Web safe color of #c8cefe is #ccccff. Color #c8cefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001110 11111110
Octal 310 316 376
Decimal 200 206 254
Hex C8 CE FE

RGB Percentages of Color #c8cefe

%30.30
%31.21
%38.48

CMYK Percentages of Color #c8cefe

%21
%19
%0
%0

Triadic Colors of #c8cefe

#c8cefe #fec8ce #cefec8

Analogous Colors of #c8cefe

#c8cefe #ddc8fe #c8e9fe

Monochromatic Colors of #c8cefe

#c8cefe

Complementary Color

#c8cefe #fef8c8

#c8cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cefe Color CSS Codes

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

#c8cefe Text Font Color

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

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


#c8cefe Background Color

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

This div background color is #c8cefe


#c8cefe Border Color

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

This div border color is #c8cefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,206,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cefe


Comments

No comments written yet.

Please login to write comment.