Color Hex Logo

#ccc626 Color Hex

#CCC626
(204,198,38)
0 Favorites   0 Comments

Color spaces of #ccc626

RGB 20419838
HSL0.160.690.47
HSV58°81°80°
CMYK 0.000.030.81   0.20
XYZ45.445853.36559.7390
Yxy53.36550.41870.4916
Hunter Lab73.0517-16.794843.2318
CIE-Lab78.0903-14.581172.7813

#ccc626 color RGB value is (204,198,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 00100110
Octal 314 306 46
Decimal 204 198 38
Hex CC C6 26

RGB Percentages of Color #ccc626

%46.36
%45.00
%8.64

CMYK Percentages of Color #ccc626

%0
%3
%81
%20

Triadic Colors of #ccc626

#ccc626 #26ccc6 #c626cc

Analogous Colors of #ccc626

#ccc626 #7fcc26 #cc7326

Monochromatic Colors of #ccc626

#ccc626

Complementary Color

#ccc626 #262ccc

#ccc626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc626 Color CSS Codes

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

#ccc626 Text Font Color

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

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


#ccc626 Background Color

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

This div background color is #ccc626


#ccc626 Border Color

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

This div border color is #ccc626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc626


Comments

No comments written yet.

Please login to write comment.