Color Hex Logo

#c3cdfc Color Hex

#C3CDFC
(195,205,252)
0 Favorites   0 Comments

Color spaces of #c3cdfc

RGB 195205252
HSL0.640.900.88
HSV229°23°99°
CMYK 0.230.190.00   0.01
XYZ61.907762.2930100.8563
Yxy62.29300.27510.2768
Hunter Lab78.92591.8910-20.5162
CIE-Lab83.06906.3950-24.1509

#c3cdfc color RGB value is (195,205,252).

#c3cdfc hex color red value is 195, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c3cdfc hue: 0.64 , saturation: 0.90 and the lightness value of c3cdfc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001101 11111100
Octal 303 315 374
Decimal 195 205 252
Hex C3 CD FC

RGB Percentages of Color #c3cdfc

%29.91
%31.44
%38.65

CMYK Percentages of Color #c3cdfc

%23
%19
%0
%1

Triadic Colors of #c3cdfc

#c3cdfc #fcc3cd #cdfcc3

Analogous Colors of #c3cdfc

#c3cdfc #d6c3fc #c3eafc

Monochromatic Colors of #c3cdfc

#c3cdfc

Complementary Color

#c3cdfc #fcf2c3

#c3cdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cdfc Color CSS Codes

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

#c3cdfc Text Font Color

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

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


#c3cdfc Background Color

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

This div background color is #c3cdfc


#c3cdfc Border Color

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

This div border color is #c3cdfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,205,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3cdfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3cdfc;
  -webkit-box-shadow: 1px 1px 3px 2px #c3cdfc;
  box-shadow:         1px 1px 3px 2px #c3cdfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,205,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cdfc


Comments

No comments written yet.

Please login to write comment.