Color Hex Logo

#c2ccfb Color Hex

#C2CCFB
(194,204,251)
0 Favorites   0 Comments

Color spaces of #c2ccfb

RGB 194204251
HSL0.640.880.87
HSV229°23°98°
CMYK 0.230.190.00   0.02
XYZ61.253661.620199.9322
Yxy61.62010.27490.2766
Hunter Lab78.49851.9141-20.5300
CIE-Lab82.71106.4063-24.1708

#c2ccfb color RGB value is (194,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11111011
Octal 302 314 373
Decimal 194 204 251
Hex C2 CC FB

RGB Percentages of Color #c2ccfb

%29.89
%31.43
%38.67

CMYK Percentages of Color #c2ccfb

%23
%19
%0
%2

Triadic Colors of #c2ccfb

#c2ccfb #fbc2cc #ccfbc2

Analogous Colors of #c2ccfb

#c2ccfb #d5c2fb #c2e9fb

Monochromatic Colors of #c2ccfb

#c2ccfb

Complementary Color

#c2ccfb #fbf1c2

#c2ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccfb Color CSS Codes

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

#c2ccfb Text Font Color

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

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


#c2ccfb Background Color

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

This div background color is #c2ccfb


#c2ccfb Border Color

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

This div border color is #c2ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccfb


Comments

No comments written yet.

Please login to write comment.