Color Hex Logo

#c3dffa Color Hex

#C3DFFA
(195,223,250)
0 Favorites   0 Comments

Color spaces of #c3dffa

RGB 195223250
HSL0.580.850.87
HSV209°22°98°
CMYK 0.220.110.00   0.02
XYZ66.148771.2796100.7144
Yxy71.27960.27780.2993
Hunter Lab84.4272-7.8930-11.6288
CIE-Lab87.6207-3.5450-16.2117

#c3dffa color RGB value is (195,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 11111010
Octal 303 337 372
Decimal 195 223 250
Hex C3 DF FA

RGB Percentages of Color #c3dffa

%29.19
%33.38
%37.43

CMYK Percentages of Color #c3dffa

%22
%11
%0
%2

Triadic Colors of #c3dffa

#c3dffa #fac3df #dffac3

Analogous Colors of #c3dffa

#c3dffa #c3c4fa #c3fafa

Monochromatic Colors of #c3dffa

#c3dffa

Complementary Color

#c3dffa #fadec3

#c3dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dffa Color CSS Codes

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

#c3dffa Text Font Color

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

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


#c3dffa Background Color

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

This div background color is #c3dffa


#c3dffa Border Color

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

This div border color is #c3dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dffa


Comments

No comments written yet.

Please login to write comment.