Color Hex Logo

#c7ced8 Color Hex

#C7CED8
(199,206,216)
0 Favorites   0 Comments

Color spaces of #c7ced8

RGB 199206216
HSL0.600.180.81
HSV215°85°
CMYK 0.080.050.00   0.15
XYZ58.019261.242673.7288
Yxy61.24260.30060.3173
Hunter Lab78.2577-4.6133-1.0785
CIE-Lab82.5090-0.4626-5.7830

#c7ced8 color RGB value is (199,206,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001110 11011000
Octal 307 316 330
Decimal 199 206 216
Hex C7 CE D8

RGB Percentages of Color #c7ced8

%32.05
%33.17
%34.78

CMYK Percentages of Color #c7ced8

%8
%5
%0
%15

Triadic Colors of #c7ced8

#c7ced8 #d8c7ce #ced8c7

Analogous Colors of #c7ced8

#c7ced8 #c9c7d8 #c7d7d8

Monochromatic Colors of #c7ced8

#c7ced8

Complementary Color

#c7ced8 #d8d1c7

#c7ced8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ced8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ced8 Color CSS Codes

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

#c7ced8 Text Font Color

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

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


#c7ced8 Background Color

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

This div background color is #c7ced8


#c7ced8 Border Color

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

This div border color is #c7ced8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ced8


Comments

No comments written yet.

Please login to write comment.