Color Hex Logo

#c3dbff Color Hex

#C3DBFF
(195,219,255)
1 Favorites   0 Comments

Color spaces of #c3dbff

RGB 195219255
HSL0.601.000.88
HSV216°24°100°
CMYK 0.240.140.00   0.00
XYZ65.887269.4851104.5471
Yxy69.48510.27460.2896
Hunter Lab83.3577-4.7869-16.0110
CIE-Lab86.7437-0.3496-20.1649

#c3dbff color RGB value is (195,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011011 11111111
Octal 303 333 377
Decimal 195 219 255
Hex C3 DB FF

RGB Percentages of Color #c3dbff

%29.15
%32.74
%38.12

CMYK Percentages of Color #c3dbff

%24
%14
%0
%0

Triadic Colors of #c3dbff

#c3dbff #ffc3db #dbffc3

Analogous Colors of #c3dbff

#c3dbff #c9c3ff #c3f9ff

Monochromatic Colors of #c3dbff

#c3dbff

Complementary Color

#c3dbff #ffe7c3

#c3dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dbff Color CSS Codes

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

#c3dbff Text Font Color

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

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


#c3dbff Background Color

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

This div background color is #c3dbff


#c3dbff Border Color

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

This div border color is #c3dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.