Color Hex Logo

#c7cffa Color Hex

#C7CFFA
(199,207,250)
0 Favorites   0 Comments

Color spaces of #c7cffa

RGB 199207250
HSL0.640.840.88
HSV231°20°98°
CMYK 0.200.170.00   0.02
XYZ63.121363.669999.4051
Yxy63.66990.27910.2815
Hunter Lab79.79341.5655-18.0069
CIE-Lab83.79366.0855-21.9619

#c7cffa color RGB value is (199,207,250).

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

The process color (four color CMYK) of #c7cffa color hex is 0.20, 0.17, 0.00, 0.02. Web safe color of #c7cffa is #ccccff. Color #c7cffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001111 11111010
Octal 307 317 372
Decimal 199 207 250
Hex C7 CF FA

RGB Percentages of Color #c7cffa

%30.34
%31.55
%38.11

CMYK Percentages of Color #c7cffa

%20
%17
%0
%2

Triadic Colors of #c7cffa

#c7cffa #fac7cf #cffac7

Analogous Colors of #c7cffa

#c7cffa #d9c7fa #c7e9fa

Monochromatic Colors of #c7cffa

#c7cffa

Complementary Color

#c7cffa #faf2c7

#c7cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cffa Color CSS Codes

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

#c7cffa Text Font Color

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

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


#c7cffa Background Color

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

This div background color is #c7cffa


#c7cffa Border Color

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

This div border color is #c7cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cffa


Comments

No comments written yet.

Please login to write comment.