Color Hex Logo

#cccd94 Color Hex

#CCCD94
(204,205,148)
0 Favorites   0 Comments

Color spaces of #cccd94

RGB 204205148
HSL0.170.360.69
HSV61°28°80°
CMYK 0.000.000.28   0.20
XYZ52.078558.638136.5904
Yxy58.63810.35350.3981
Hunter Lab76.5755-12.610525.2721
CIE-Lab81.0923-9.356728.3522

#cccd94 color RGB value is (204,205,148).

#cccd94 hex color red value is 204, green value is 205 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cccd94 hue: 0.17 , saturation: 0.36 and the lightness value of cccd94 is 0.69.

The process color (four color CMYK) of #cccd94 color hex is 0.00, 0.00, 0.28, 0.20. Web safe color of #cccd94 is #cccc99. Color #cccd94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 10010100
Octal 314 315 224
Decimal 204 205 148
Hex CC CD 94

RGB Percentages of Color #cccd94

%36.62
%36.80
%26.57

CMYK Percentages of Color #cccd94

%0
%0
%28
%20

Triadic Colors of #cccd94

#cccd94 #94cccd #cd94cc

Analogous Colors of #cccd94

#cccd94 #b0cd94 #cdb294

Monochromatic Colors of #cccd94

#cccd94

Complementary Color

#cccd94 #9594cd

#cccd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccd94 Color CSS Codes

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

#cccd94 Text Font Color

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

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


#cccd94 Background Color

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

This div background color is #cccd94


#cccd94 Border Color

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

This div border color is #cccd94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,205,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 #cccd94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccd94

#cccd94 Color Palettes


Comments

No comments written yet.

Please login to write comment.