Color Hex Logo

#c8cfef Color Hex

#C8CFEF
(200,207,239)
0 Favorites   0 Comments

Color spaces of #c8cfef

RGB 200207239
HSL0.640.550.86
HSV229°16°94°
CMYK 0.160.130.00   0.06
XYZ61.712263.137090.5954
Yxy63.13700.28640.2931
Hunter Lab79.4588-0.4197-11.9787
CIE-Lab83.51444.0183-16.5335

#c8cfef color RGB value is (200,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001111 11101111
Octal 310 317 357
Decimal 200 207 239
Hex C8 CF EF

RGB Percentages of Color #c8cfef

%30.96
%32.04
%37.00

CMYK Percentages of Color #c8cfef

%16
%13
%0
%6

Triadic Colors of #c8cfef

#c8cfef #efc8cf #cfefc8

Analogous Colors of #c8cfef

#c8cfef #d5c8ef #c8e3ef

Monochromatic Colors of #c8cfef

#c8cfef

Complementary Color

#c8cfef #efe8c8

#c8cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cfef Color CSS Codes

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

#c8cfef Text Font Color

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

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


#c8cfef Background Color

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

This div background color is #c8cfef


#c8cfef Border Color

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

This div border color is #c8cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cfef

#c8cfef Color Palettes


Comments

No comments written yet.

Please login to write comment.