Color Hex Logo

#c3ced8 Color Hex

#C3CED8
(195,206,216)
0 Favorites   0 Comments

Color spaces of #c3ced8

RGB 195206216
HSL0.580.210.81
HSV209°10°85°
CMYK 0.100.050.00   0.15
XYZ56.971760.702673.6798
Yxy60.70260.29770.3172
Hunter Lab77.9119-5.8208-1.5311
CIE-Lab82.2186-1.7790-6.2448

#c3ced8 color RGB value is (195,206,216).

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

The process color (four color CMYK) of #c3ced8 color hex is 0.10, 0.05, 0.00, 0.15. Web safe color of #c3ced8 is #cccccc. Color #c3ced8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001110 11011000
Octal 303 316 330
Decimal 195 206 216
Hex C3 CE D8

RGB Percentages of Color #c3ced8

%31.60
%33.39
%35.01

CMYK Percentages of Color #c3ced8

%10
%5
%0
%15

Triadic Colors of #c3ced8

#c3ced8 #d8c3ce #ced8c3

Analogous Colors of #c3ced8

#c3ced8 #c3c4d8 #c3d8d8

Monochromatic Colors of #c3ced8

#c3ced8

Complementary Color

#c3ced8 #d8cdc3

#c3ced8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ced8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ced8 Color CSS Codes

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

#c3ced8 Text Font Color

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

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


#c3ced8 Background Color

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

This div background color is #c3ced8


#c3ced8 Border Color

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

This div border color is #c3ced8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ced8


Comments

No comments written yet.

Please login to write comment.