Color Hex Logo

#cccfc4 Color Hex

#CCCFC4
(204,207,196)
0 Favorites   0 Comments

Color spaces of #cccfc4

RGB 204207196
HSL0.210.100.79
HSV76°81°
CMYK 0.010.000.05   0.19
XYZ57.178561.448561.0717
Yxy61.44850.31820.3420
Hunter Lab78.3891-6.97968.6805
CIE-Lab82.6193-2.99655.0942

#cccfc4 color RGB value is (204,207,196).

#cccfc4 hex color red value is 204, green value is 207 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cccfc4 hue: 0.21 , saturation: 0.10 and the lightness value of cccfc4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11000100
Octal 314 317 304
Decimal 204 207 196
Hex CC CF C4

RGB Percentages of Color #cccfc4

%33.61
%34.10
%32.29

CMYK Percentages of Color #cccfc4

%1
%0
%5
%19

Triadic Colors of #cccfc4

#cccfc4 #c4cccf #cfc4cc

Analogous Colors of #cccfc4

#cccfc4 #c7cfc4 #cfcdc4

Monochromatic Colors of #cccfc4

#cccfc4

Complementary Color

#cccfc4 #c7c4cf

#cccfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfc4 Color CSS Codes

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

#cccfc4 Text Font Color

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

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


#cccfc4 Background Color

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

This div background color is #cccfc4


#cccfc4 Border Color

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

This div border color is #cccfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfc4


Comments

No comments written yet.

Please login to write comment.