Color Hex Logo

#c8ccef Color Hex

#C8CCEF
(200,204,239)
0 Favorites   0 Comments

Color spaces of #c8ccef

RGB 200204239
HSL0.650.550.86
HSV234°16°94°
CMYK 0.160.150.00   0.06
XYZ60.992361.697190.3554
Yxy61.69710.28630.2896
Hunter Lab78.54751.1475-13.2197
CIE-Lab82.75215.6141-17.6816

#c8ccef color RGB value is (200,204,239).

#c8ccef hex color red value is 200, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c8ccef hue: 0.65 , saturation: 0.55 and the lightness value of c8ccef is 0.86.

The process color (four color CMYK) of #c8ccef color hex is 0.16, 0.15, 0.00, 0.06. Web safe color of #c8ccef is #ccccff. Color #c8ccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001100 11101111
Octal 310 314 357
Decimal 200 204 239
Hex C8 CC EF

RGB Percentages of Color #c8ccef

%31.10
%31.73
%37.17

CMYK Percentages of Color #c8ccef

%16
%15
%0
%6

Triadic Colors of #c8ccef

#c8ccef #efc8cc #ccefc8

Analogous Colors of #c8ccef

#c8ccef #d8c8ef #c8e0ef

Monochromatic Colors of #c8ccef

#c8ccef

Complementary Color

#c8ccef #efebc8

#c8ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ccef Color CSS Codes

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

#c8ccef Text Font Color

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

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


#c8ccef Background Color

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

This div background color is #c8ccef


#c8ccef Border Color

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

This div border color is #c8ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ccef


Comments

No comments written yet.

Please login to write comment.