Color Hex Logo

#c8cfee Color Hex

#C8CFEE
(200,207,238)
0 Favorites   0 Comments

Color spaces of #c8cfee

RGB 200207238
HSL0.640.530.86
HSV229°16°93°
CMYK 0.160.130.00   0.07
XYZ61.564963.078189.8194
Yxy63.07810.28710.2941
Hunter Lab79.4217-0.6212-11.4569
CIE-Lab83.48353.8070-16.0482

#c8cfee color RGB value is (200,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001111 11101110
Octal 310 317 356
Decimal 200 207 238
Hex C8 CF EE

RGB Percentages of Color #c8cfee

%31.01
%32.09
%36.90

CMYK Percentages of Color #c8cfee

%16
%13
%0
%7

Triadic Colors of #c8cfee

#c8cfee #eec8cf #cfeec8

Analogous Colors of #c8cfee

#c8cfee #d4c8ee #c8e2ee

Monochromatic Colors of #c8cfee

#c8cfee

Complementary Color

#c8cfee #eee7c8

#c8cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cfee Color CSS Codes

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

#c8cfee Text Font Color

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

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


#c8cfee Background Color

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

This div background color is #c8cfee


#c8cfee Border Color

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

This div border color is #c8cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cfee


Comments

No comments written yet.

Please login to write comment.