Color Hex Logo

#ccc929 Color Hex

#CCC929
(204,201,41)
0 Favorites   0 Comments

Color spaces of #ccc929

RGB 20420141
HSL0.160.670.48
HSV59°80°80°
CMYK 0.000.010.80   0.20
XYZ46.188754.770810.2352
Yxy54.77080.41540.4926
Hunter Lab74.0073-18.109143.6053
CIE-Lab78.9091-15.991372.6990

#ccc929 color RGB value is (204,201,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00101001
Octal 314 311 51
Decimal 204 201 41
Hex CC C9 29

RGB Percentages of Color #ccc929

%45.74
%45.07
%9.19

CMYK Percentages of Color #ccc929

%0
%1
%80
%20

Triadic Colors of #ccc929

#ccc929 #29ccc9 #c929cc

Analogous Colors of #ccc929

#ccc929 #7ecc29 #cc7829

Monochromatic Colors of #ccc929

#ccc929

Complementary Color

#ccc929 #292ccc

#ccc929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc929 Color CSS Codes

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

#ccc929 Text Font Color

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

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


#ccc929 Background Color

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

This div background color is #ccc929


#ccc929 Border Color

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

This div border color is #ccc929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc929


Comments

No comments written yet.

Please login to write comment.