Color Hex Logo

#c3cffe Color Hex

#C3CFFE
(195,207,254)
0 Favorites   0 Comments

Color spaces of #c3cffe

RGB 195207254
HSL0.630.970.88
HSV228°23°100°
CMYK 0.230.190.00   0.00
XYZ62.707963.3835102.6951
Yxy63.38350.27410.2770
Hunter Lab79.61381.2717-20.7495
CIE-Lab83.64375.7770-24.3376

#c3cffe color RGB value is (195,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001111 11111110
Octal 303 317 376
Decimal 195 207 254
Hex C3 CF FE

RGB Percentages of Color #c3cffe

%29.73
%31.55
%38.72

CMYK Percentages of Color #c3cffe

%23
%19
%0
%0

Triadic Colors of #c3cffe

#c3cffe #fec3cf #cffec3

Analogous Colors of #c3cffe

#c3cffe #d5c3fe #c3edfe

Monochromatic Colors of #c3cffe

#c3cffe

Complementary Color

#c3cffe #fef2c3

#c3cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cffe Color CSS Codes

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

#c3cffe Text Font Color

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

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


#c3cffe Background Color

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

This div background color is #c3cffe


#c3cffe Border Color

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

This div border color is #c3cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cffe


Comments

No comments written yet.

Please login to write comment.