Color Hex Logo

#ccc622 Color Hex

#CCC622
(204,198,34)
0 Favorites   0 Comments

Color spaces of #ccc622

RGB 20419834
HSL0.160.710.47
HSV58°83°80°
CMYK 0.000.030.83   0.20
XYZ45.384753.34109.4172
Yxy53.34100.41970.4932
Hunter Lab73.0349-16.889343.4795
CIE-Lab78.0759-14.694373.7527

#ccc622 color RGB value is (204,198,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 00100010
Octal 314 306 42
Decimal 204 198 34
Hex CC C6 22

RGB Percentages of Color #ccc622

%46.79
%45.41
%7.80

CMYK Percentages of Color #ccc622

%0
%3
%83
%20

Triadic Colors of #ccc622

#ccc622 #22ccc6 #c622cc

Analogous Colors of #ccc622

#ccc622 #7dcc22 #cc7122

Monochromatic Colors of #ccc622

#ccc622

Complementary Color

#ccc622 #2228cc

#ccc622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc622 Color CSS Codes

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

#ccc622 Text Font Color

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

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


#ccc622 Background Color

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

This div background color is #ccc622


#ccc622 Border Color

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

This div border color is #ccc622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc622


Comments

No comments written yet.

Please login to write comment.