Color Hex Logo

#ccca94 Color Hex

#CCCA94
(204,202,148)
0 Favorites   0 Comments

Color spaces of #ccca94

RGB 204202148
HSL0.160.350.69
HSV58°27°80°
CMYK 0.000.010.27   0.20
XYZ51.367757.216536.3535
Yxy57.21650.35440.3948
Hunter Lab75.6416-11.154624.4542
CIE-Lab80.3012-7.816927.2890

#ccca94 color RGB value is (204,202,148).

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

The process color (four color CMYK) of #ccca94 color hex is 0.00, 0.01, 0.27, 0.20. Web safe color of #ccca94 is #cccc99. Color #ccca94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10010100
Octal 314 312 224
Decimal 204 202 148
Hex CC CA 94

RGB Percentages of Color #ccca94

%36.82
%36.46
%26.71

CMYK Percentages of Color #ccca94

%0
%1
%27
%20

Triadic Colors of #ccca94

#ccca94 #94ccca #ca94cc

Analogous Colors of #ccca94

#ccca94 #b2cc94 #ccae94

Monochromatic Colors of #ccca94

#ccca94

Complementary Color

#ccca94 #9496cc

#ccca94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca94 Color CSS Codes

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

#ccca94 Text Font Color

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

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


#ccca94 Background Color

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

This div background color is #ccca94


#ccca94 Border Color

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

This div border color is #ccca94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca94


Comments

No comments written yet.

Please login to write comment.