Color Hex Logo

#ccc268 Color Hex

#CCC268
(204,194,104)
0 Favorites   0 Comments

Color spaces of #ccc268

RGB 204194104
HSL0.150.500.60
HSV54°49°80°
CMYK 0.000.050.49   0.20
XYZ46.692352.420420.7539
Yxy52.42040.38950.4373
Hunter Lab72.4019-11.588033.6860
CIE-Lab77.5315-8.630246.1610

#ccc268 color RGB value is (204,194,104).

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

The process color (four color CMYK) of #ccc268 color hex is 0.00, 0.05, 0.49, 0.20. Web safe color of #ccc268 is #cccc66. Color #ccc268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01101000
Octal 314 302 150
Decimal 204 194 104
Hex CC C2 68

RGB Percentages of Color #ccc268

%40.64
%38.65
%20.72

CMYK Percentages of Color #ccc268

%0
%5
%49
%20

Triadic Colors of #ccc268

#ccc268 #68ccc2 #c268cc

Analogous Colors of #ccc268

#ccc268 #a4cc68 #cc9068

Monochromatic Colors of #ccc268

#ccc268

Complementary Color

#ccc268 #6872cc

#ccc268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc268 Color CSS Codes

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

#ccc268 Text Font Color

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

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


#ccc268 Background Color

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

This div background color is #ccc268


#ccc268 Border Color

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

This div border color is #ccc268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc268


Comments

No comments written yet.

Please login to write comment.