Color Hex Logo

#ccdcb6 Color Hex

#CCDCB6
(204,220,182)
0 Favorites   0 Comments

Color spaces of #ccdcb6

RGB 204220182
HSL0.240.350.79
HSV85°17°86°
CMYK 0.070.000.17   0.14
XYZ58.938567.401254.1593
Yxy67.40120.32650.3734
Hunter Lab82.0982-15.526418.3558
CIE-Lab85.7061-12.015016.8901

#ccdcb6 color RGB value is (204,220,182).

#ccdcb6 hex color red value is 204, green value is 220 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ccdcb6 hue: 0.24 , saturation: 0.35 and the lightness value of ccdcb6 is 0.79.

The process color (four color CMYK) of #ccdcb6 color hex is 0.07, 0.00, 0.17, 0.14. Web safe color of #ccdcb6 is #cccccc. Color #ccdcb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 10110110
Octal 314 334 266
Decimal 204 220 182
Hex CC DC B6

RGB Percentages of Color #ccdcb6

%33.66
%36.30
%30.03

CMYK Percentages of Color #ccdcb6

%7
%0
%17
%14

Triadic Colors of #ccdcb6

#ccdcb6 #b6ccdc #dcb6cc

Analogous Colors of #ccdcb6

#ccdcb6 #b9dcb6 #dcd9b6

Monochromatic Colors of #ccdcb6

#ccdcb6

Complementary Color

#ccdcb6 #c6b6dc

#ccdcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcb6 Color CSS Codes

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

#ccdcb6 Text Font Color

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

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


#ccdcb6 Background Color

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

This div background color is #ccdcb6


#ccdcb6 Border Color

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

This div border color is #ccdcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcb6


Comments

No comments written yet.

Please login to write comment.