Color Hex Logo

#c3dcfd Color Hex

#C3DCFD
(195,220,253)
0 Favorites   0 Comments

Color spaces of #c3dcfd

RGB 195220253
HSL0.590.940.88
HSV214°23°99°
CMYK 0.230.130.00   0.01
XYZ65.828569.8804102.9472
Yxy69.88040.27580.2928
Hunter Lab83.5945-5.7262-14.4999
CIE-Lab86.9382-1.3193-18.8179

#c3dcfd color RGB value is (195,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011100 11111101
Octal 303 334 375
Decimal 195 220 253
Hex C3 DC FD

RGB Percentages of Color #c3dcfd

%29.19
%32.93
%37.87

CMYK Percentages of Color #c3dcfd

%23
%13
%0
%1

Triadic Colors of #c3dcfd

#c3dcfd #fdc3dc #dcfdc3

Analogous Colors of #c3dcfd

#c3dcfd #c7c3fd #c3f9fd

Monochromatic Colors of #c3dcfd

#c3dcfd

Complementary Color

#c3dcfd #fde4c3

#c3dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dcfd Color CSS Codes

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

#c3dcfd Text Font Color

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

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


#c3dcfd Background Color

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

This div background color is #c3dcfd


#c3dcfd Border Color

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

This div border color is #c3dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dcfd


Comments

No comments written yet.

Please login to write comment.