Color Hex Logo

#c7cfff Color Hex

#C7CFFF
(199,207,255)
0 Favorites   0 Comments

Color spaces of #c7cfff

RGB 199207255
HSL0.641.000.89
HSV231°22°100°
CMYK 0.220.190.00   0.00
XYZ63.916063.9878103.5899
Yxy63.98780.27610.2764
Hunter Lab79.99242.6395-20.7857
CIE-Lab83.95947.1939-24.3613

#c7cfff color RGB value is (199,207,255).

#c7cfff hex color red value is 199, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c7cfff hue: 0.64 , saturation: 1.00 and the lightness value of c7cfff is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001111 11111111
Octal 307 317 377
Decimal 199 207 255
Hex C7 CF FF

RGB Percentages of Color #c7cfff

%30.11
%31.32
%38.58

CMYK Percentages of Color #c7cfff

%22
%19
%0
%0

Triadic Colors of #c7cfff

#c7cfff #ffc7cf #cfffc7

Analogous Colors of #c7cfff

#c7cfff #dbc7ff #c7ebff

Monochromatic Colors of #c7cfff

#c7cfff

Complementary Color

#c7cfff #fff7c7

#c7cfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cfff Color CSS Codes

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

#c7cfff Text Font Color

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

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


#c7cfff Background Color

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

This div background color is #c7cfff


#c7cfff Border Color

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

This div border color is #c7cfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cfff


Comments

No comments written yet.

Please login to write comment.