Color Hex Logo

#ccdfc6 Color Hex

#CCDFC6
(204,223,198)
0 Favorites   0 Comments

Color spaces of #ccdfc6

RGB 204223198
HSL0.290.280.83
HSV106°11°87°
CMYK 0.090.000.11   0.13
XYZ61.482669.689963.6371
Yxy69.68990.31560.3577
Hunter Lab83.4805-14.627213.2396
CIE-Lab86.8445-10.873310.1013

#ccdfc6 color RGB value is (204,223,198).

#ccdfc6 hex color red value is 204, green value is 223 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ccdfc6 hue: 0.29 , saturation: 0.28 and the lightness value of ccdfc6 is 0.83.

The process color (four color CMYK) of #ccdfc6 color hex is 0.09, 0.00, 0.11, 0.13. Web safe color of #ccdfc6 is #cccccc. Color #ccdfc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11000110
Octal 314 337 306
Decimal 204 223 198
Hex CC DF C6

RGB Percentages of Color #ccdfc6

%32.64
%35.68
%31.68

CMYK Percentages of Color #ccdfc6

%9
%0
%11
%13

Triadic Colors of #ccdfc6

#ccdfc6 #c6ccdf #dfc6cc

Analogous Colors of #ccdfc6

#ccdfc6 #c6dfcd #d9dfc6

Monochromatic Colors of #ccdfc6

#ccdfc6

Complementary Color

#ccdfc6 #d9c6df

#ccdfc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfc6 Color CSS Codes

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

#ccdfc6 Text Font Color

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

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


#ccdfc6 Background Color

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

This div background color is #ccdfc6


#ccdfc6 Border Color

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

This div border color is #ccdfc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfc6


Comments

No comments written yet.

Please login to write comment.