Color Hex Logo

#c3daff Color Hex

#C3DAFF
(195,218,255)
0 Favorites   0 Comments

Color spaces of #c3daff

RGB 195218255
HSL0.601.000.88
HSV217°24°100°
CMYK 0.240.150.00   0.00
XYZ65.627168.9649104.4604
Yxy68.96490.27450.2885
Hunter Lab83.0451-4.2678-16.4479
CIE-Lab86.48670.1752-20.5535

#c3daff color RGB value is (195,218,255).

#c3daff hex color red value is 195, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c3daff hue: 0.60 , saturation: 1.00 and the lightness value of c3daff is 0.88.

The process color (four color CMYK) of #c3daff color hex is 0.24, 0.15, 0.00, 0.00. Web safe color of #c3daff is #ccccff. Color #c3daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011010 11111111
Octal 303 332 377
Decimal 195 218 255
Hex C3 DA FF

RGB Percentages of Color #c3daff

%29.19
%32.63
%38.17

CMYK Percentages of Color #c3daff

%24
%15
%0
%0

Triadic Colors of #c3daff

#c3daff #ffc3da #daffc3

Analogous Colors of #c3daff

#c3daff #cac3ff #c3f8ff

Monochromatic Colors of #c3daff

#c3daff

Complementary Color

#c3daff #ffe8c3

#c3daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3daff Color CSS Codes

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

#c3daff Text Font Color

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

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


#c3daff Background Color

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

This div background color is #c3daff


#c3daff Border Color

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

This div border color is #c3daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3daff

Related Colors

#c3daff Color Palettes


Comments

No comments written yet.

Please login to write comment.