Color Hex Logo

#c3cefc Color Hex

#C3CEFC
(195,206,252)
0 Favorites   0 Comments

Color spaces of #c3cefc

RGB 195206252
HSL0.630.900.88
HSV228°23°99°
CMYK 0.230.180.00   0.01
XYZ62.147762.7730100.9363
Yxy62.77300.27520.2779
Hunter Lab79.22941.3643-20.0734
CIE-Lab83.32285.8603-23.7648

#c3cefc color RGB value is (195,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11111100
Octal 303 316 374
Decimal 195 206 252
Hex C3 CE FC

RGB Percentages of Color #c3cefc

%29.86
%31.55
%38.59

CMYK Percentages of Color #c3cefc

%23
%18
%0
%1

Triadic Colors of #c3cefc

#c3cefc #fcc3ce #cefcc3

Analogous Colors of #c3cefc

#c3cefc #d5c3fc #c3ebfc

Monochromatic Colors of #c3cefc

#c3cefc

Complementary Color

#c3cefc #fcf1c3

#c3cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cefc Color CSS Codes

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

#c3cefc Text Font Color

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

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


#c3cefc Background Color

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

This div background color is #c3cefc


#c3cefc Border Color

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

This div border color is #c3cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cefc


Comments

No comments written yet.

Please login to write comment.