Color Hex Logo

#c7ccfb Color Hex

#C7CCFB
(199,204,251)
0 Favorites   0 Comments

Color spaces of #c7ccfb

RGB 199204251
HSL0.650.870.88
HSV234°21°98°
CMYK 0.210.190.00   0.02
XYZ62.558662.292999.9933
Yxy62.29290.27820.2770
Hunter Lab78.92593.3633-19.8680
CIE-Lab83.06897.9089-23.5933

#c7ccfb color RGB value is (199,204,251).

#c7ccfb hex color red value is 199, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c7ccfb hue: 0.65 , saturation: 0.87 and the lightness value of c7ccfb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001100 11111011
Octal 307 314 373
Decimal 199 204 251
Hex C7 CC FB

RGB Percentages of Color #c7ccfb

%30.43
%31.19
%38.38

CMYK Percentages of Color #c7ccfb

%21
%19
%0
%2

Triadic Colors of #c7ccfb

#c7ccfb #fbc7cc #ccfbc7

Analogous Colors of #c7ccfb

#c7ccfb #dcc7fb #c7e6fb

Monochromatic Colors of #c7ccfb

#c7ccfb

Complementary Color

#c7ccfb #fbf6c7

#c7ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ccfb Color CSS Codes

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

#c7ccfb Text Font Color

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

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


#c7ccfb Background Color

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

This div background color is #c7ccfb


#c7ccfb Border Color

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

This div border color is #c7ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ccfb


Comments

No comments written yet.

Please login to write comment.