Color Hex Logo

#c3defa Color Hex

#C3DEFA
(195,222,250)
0 Favorites   0 Comments

Color spaces of #c3defa

RGB 195222250
HSL0.580.850.87
HSV211°22°98°
CMYK 0.220.110.00   0.02
XYZ65.882370.7468100.6256
Yxy70.74680.27770.2982
Hunter Lab84.1111-7.3795-12.0533
CIE-Lab87.3618-3.0250-16.6006

#c3defa color RGB value is (195,222,250).

#c3defa hex color red value is 195, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c3defa hue: 0.58 , saturation: 0.85 and the lightness value of c3defa is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011110 11111010
Octal 303 336 372
Decimal 195 222 250
Hex C3 DE FA

RGB Percentages of Color #c3defa

%29.24
%33.28
%37.48

CMYK Percentages of Color #c3defa

%22
%11
%0
%2

Triadic Colors of #c3defa

#c3defa #fac3de #defac3

Analogous Colors of #c3defa

#c3defa #c4c3fa #c3fafa

Monochromatic Colors of #c3defa

#c3defa

Complementary Color

#c3defa #fadfc3

#c3defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3defa Color CSS Codes

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

#c3defa Text Font Color

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

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


#c3defa Background Color

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

This div background color is #c3defa


#c3defa Border Color

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

This div border color is #c3defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3defa


Comments

No comments written yet.

Please login to write comment.