Color Hex Logo

#c3cedb Color Hex

#C3CEDB
(195,206,219)
0 Favorites   0 Comments

Color spaces of #c3cedb

RGB 195206219
HSL0.590.250.81
HSV213°11°86°
CMYK 0.110.060.00   0.14
XYZ57.363260.859275.7415
Yxy60.85920.29570.3138
Hunter Lab78.0123-5.2688-2.9556
CIE-Lab82.3030-1.1793-7.7220

#c3cedb color RGB value is (195,206,219).

#c3cedb hex color red value is 195, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c3cedb hue: 0.59 , saturation: 0.25 and the lightness value of c3cedb is 0.81.

The process color (four color CMYK) of #c3cedb color hex is 0.11, 0.06, 0.00, 0.14. Web safe color of #c3cedb is #cccccc. Color #c3cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11011011
Octal 303 316 333
Decimal 195 206 219
Hex C3 CE DB

RGB Percentages of Color #c3cedb

%31.45
%33.23
%35.32

CMYK Percentages of Color #c3cedb

%11
%6
%0
%14

Triadic Colors of #c3cedb

#c3cedb #dbc3ce #cedbc3

Analogous Colors of #c3cedb

#c3cedb #c4c3db #c3dadb

Monochromatic Colors of #c3cedb

#c3cedb

Complementary Color

#c3cedb #dbd0c3

#c3cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cedb Color CSS Codes

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

#c3cedb Text Font Color

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

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


#c3cedb Background Color

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

This div background color is #c3cedb


#c3cedb Border Color

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

This div border color is #c3cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cedb


Comments

No comments written yet.

Please login to write comment.