Color Hex Logo

#cccf94 Color Hex

#CCCF94
(204,207,148)
0 Favorites   0 Comments

Color spaces of #cccf94

RGB 204207148
HSL0.180.380.70
HSV63°29°81°
CMYK 0.010.000.29   0.19
XYZ52.560059.601136.7509
Yxy59.60110.35300.4002
Hunter Lab77.2017-13.577825.8170
CIE-Lab81.6209-10.378129.0606

#cccf94 color RGB value is (204,207,148).

#cccf94 hex color red value is 204, green value is 207 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cccf94 hue: 0.18 , saturation: 0.38 and the lightness value of cccf94 is 0.70.

The process color (four color CMYK) of #cccf94 color hex is 0.01, 0.00, 0.29, 0.19. Web safe color of #cccf94 is #cccc99. Color #cccf94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10010100
Octal 314 317 224
Decimal 204 207 148
Hex CC CF 94

RGB Percentages of Color #cccf94

%36.49
%37.03
%26.48

CMYK Percentages of Color #cccf94

%1
%0
%29
%19

Triadic Colors of #cccf94

#cccf94 #94cccf #cf94cc

Analogous Colors of #cccf94

#cccf94 #afcf94 #cfb594

Monochromatic Colors of #cccf94

#cccf94

Complementary Color

#cccf94 #9794cf

#cccf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf94 Color CSS Codes

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

#cccf94 Text Font Color

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

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


#cccf94 Background Color

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

This div background color is #cccf94


#cccf94 Border Color

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

This div border color is #cccf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf94


Comments

No comments written yet.

Please login to write comment.