Color Hex Logo

#ccc465 Color Hex

#CCC465
(204,196,101)
0 Favorites   0 Comments

Color spaces of #ccc465

RGB 204196101
HSL0.150.500.60
HSV55°50°80°
CMYK 0.000.040.50   0.20
XYZ46.990753.256820.1148
Yxy53.25680.39040.4425
Hunter Lab72.9773-12.772534.7419
CIE-Lab78.0264-9.924548.2079

#ccc465 color RGB value is (204,196,101).

#ccc465 hex color red value is 204, green value is 196 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ccc465 hue: 0.15 , saturation: 0.50 and the lightness value of ccc465 is 0.60.

The process color (four color CMYK) of #ccc465 color hex is 0.00, 0.04, 0.50, 0.20. Web safe color of #ccc465 is #cccc66. Color #ccc465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01100101
Octal 314 304 145
Decimal 204 196 101
Hex CC C4 65

RGB Percentages of Color #ccc465

%40.72
%39.12
%20.16

CMYK Percentages of Color #ccc465

%0
%4
%50
%20

Triadic Colors of #ccc465

#ccc465 #65ccc4 #c465cc

Analogous Colors of #ccc465

#ccc465 #a1cc65 #cc9165

Monochromatic Colors of #ccc465

#ccc465

Complementary Color

#ccc465 #656dcc

#ccc465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc465 Color CSS Codes

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

#ccc465 Text Font Color

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

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


#ccc465 Background Color

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

This div background color is #ccc465


#ccc465 Border Color

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

This div border color is #ccc465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc465


Comments

No comments written yet.

Please login to write comment.