Color Hex Logo

#cccfbb Color Hex

#CCCFBB
(204,207,187)
0 Favorites   0 Comments

Color spaces of #cccfbb

RGB 204207187
HSL0.190.170.77
HSV69°10°81°
CMYK 0.010.000.10   0.19
XYZ56.184361.050955.8365
Yxy61.05090.32460.3527
Hunter Lab78.1351-8.383012.3250
CIE-Lab82.4061-4.53849.5812

#cccfbb color RGB value is (204,207,187).

#cccfbb hex color red value is 204, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cccfbb hue: 0.19 , saturation: 0.17 and the lightness value of cccfbb is 0.77.

The process color (four color CMYK) of #cccfbb color hex is 0.01, 0.00, 0.10, 0.19. Web safe color of #cccfbb is #cccccc. Color #cccfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10111011
Octal 314 317 273
Decimal 204 207 187
Hex CC CF BB

RGB Percentages of Color #cccfbb

%34.11
%34.62
%31.27

CMYK Percentages of Color #cccfbb

%1
%0
%10
%19

Triadic Colors of #cccfbb

#cccfbb #bbcccf #cfbbcc

Analogous Colors of #cccfbb

#cccfbb #c2cfbb #cfc8bb

Monochromatic Colors of #cccfbb

#cccfbb

Complementary Color

#cccfbb #bebbcf

#cccfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfbb Color CSS Codes

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

#cccfbb Text Font Color

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

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


#cccfbb Background Color

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

This div background color is #cccfbb


#cccfbb Border Color

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

This div border color is #cccfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfbb


Comments

No comments written yet.

Please login to write comment.