Color Hex Logo

#c8dcdf Color Hex

#C8DCDF
(200,220,223)
0 Favorites   0 Comments

Color spaces of #c8dcdf

RGB 200220223
HSL0.520.260.83
HSV188°10°87°
CMYK 0.100.010.00   0.13
XYZ62.731968.793579.7842
Yxy68.79350.29690.3256
Hunter Lab82.9418-10.14231.0265
CIE-Lab86.4017-6.0552-3.7536

#c8dcdf color RGB value is (200,220,223).

#c8dcdf hex color red value is 200, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c8dcdf hue: 0.52 , saturation: 0.26 and the lightness value of c8dcdf is 0.83.

The process color (four color CMYK) of #c8dcdf color hex is 0.10, 0.01, 0.00, 0.13. Web safe color of #c8dcdf is #cccccc. Color #c8dcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011100 11011111
Octal 310 334 337
Decimal 200 220 223
Hex C8 DC DF

RGB Percentages of Color #c8dcdf

%31.10
%34.21
%34.68

CMYK Percentages of Color #c8dcdf

%10
%1
%0
%13

Triadic Colors of #c8dcdf

#c8dcdf #dfc8dc #dcdfc8

Analogous Colors of #c8dcdf

#c8dcdf #c8d1df #c8dfd7

Monochromatic Colors of #c8dcdf

#c8dcdf

Complementary Color

#c8dcdf #dfcbc8

#c8dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dcdf Color CSS Codes

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

#c8dcdf Text Font Color

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

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


#c8dcdf Background Color

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

This div background color is #c8dcdf


#c8dcdf Border Color

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

This div border color is #c8dcdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,220,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8dcdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8dcdf;
  -webkit-box-shadow: 1px 1px 3px 2px #c8dcdf;
  box-shadow:         1px 1px 3px 2px #c8dcdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,220,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dcdf


Comments

No comments written yet.

Please login to write comment.