Color Hex Logo

#ccc629 Color Hex

#CCC629
(204,198,41)
0 Favorites   0 Comments

Color spaces of #ccc629

RGB 20419841
HSL0.160.670.48
HSV58°80°80°
CMYK 0.000.030.80   0.20
XYZ45.496253.385610.0044
Yxy53.38560.41780.4903
Hunter Lab73.0655-16.716643.0276
CIE-Lab78.1021-14.487571.9965

#ccc629 color RGB value is (204,198,41).

#ccc629 hex color red value is 204, green value is 198 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ccc629 hue: 0.16 , saturation: 0.67 and the lightness value of ccc629 is 0.48.

The process color (four color CMYK) of #ccc629 color hex is 0.00, 0.03, 0.80, 0.20. Web safe color of #ccc629 is #cccc33. Color #ccc629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 00101001
Octal 314 306 51
Decimal 204 198 41
Hex CC C6 29

RGB Percentages of Color #ccc629

%46.05
%44.70
%9.26

CMYK Percentages of Color #ccc629

%0
%3
%80
%20

Triadic Colors of #ccc629

#ccc629 #29ccc6 #c629cc

Analogous Colors of #ccc629

#ccc629 #81cc29 #cc7529

Monochromatic Colors of #ccc629

#ccc629

Complementary Color

#ccc629 #292fcc

#ccc629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc629 Color CSS Codes

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

#ccc629 Text Font Color

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

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


#ccc629 Background Color

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

This div background color is #ccc629


#ccc629 Border Color

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

This div border color is #ccc629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc629


Comments

No comments written yet.

Please login to write comment.