Color Hex Logo

#c3dcfb Color Hex

#C3DCFB
(195,220,251)
0 Favorites   0 Comments

Color spaces of #c3dcfb

RGB 195220251
HSL0.590.880.87
HSV213°22°98°
CMYK 0.220.120.00   0.02
XYZ65.511569.7535101.2777
Yxy69.75350.27700.2949
Hunter Lab83.5186-6.1431-13.4343
CIE-Lab86.8758-1.7618-17.8585

#c3dcfb color RGB value is (195,220,251).

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

The process color (four color CMYK) of #c3dcfb color hex is 0.22, 0.12, 0.00, 0.02. Web safe color of #c3dcfb is #ccccff. Color #c3dcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011100 11111011
Octal 303 334 373
Decimal 195 220 251
Hex C3 DC FB

RGB Percentages of Color #c3dcfb

%29.28
%33.03
%37.69

CMYK Percentages of Color #c3dcfb

%22
%12
%0
%2

Triadic Colors of #c3dcfb

#c3dcfb #fbc3dc #dcfbc3

Analogous Colors of #c3dcfb

#c3dcfb #c6c3fb #c3f8fb

Monochromatic Colors of #c3dcfb

#c3dcfb

Complementary Color

#c3dcfb #fbe2c3

#c3dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dcfb Color CSS Codes

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

#c3dcfb Text Font Color

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

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


#c3dcfb Background Color

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

This div background color is #c3dcfb


#c3dcfb Border Color

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

This div border color is #c3dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dcfb


Comments

No comments written yet.

Please login to write comment.