Color Hex Logo

#ccc150 Color Hex

#CCC150
(204,193,80)
0 Favorites   0 Comments

Color spaces of #ccc150

RGB 20419380
HSL0.150.550.56
HSV55°61°80°
CMYK 0.000.050.61   0.20
XYZ45.419851.556515.1469
Yxy51.55650.40510.4598
Hunter Lab71.8029-12.742637.7547
CIE-Lab77.0149-10.020356.7407

#ccc150 color RGB value is (204,193,80).

#ccc150 hex color red value is 204, green value is 193 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccc150 hue: 0.15 , saturation: 0.55 and the lightness value of ccc150 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01010000
Octal 314 301 120
Decimal 204 193 80
Hex CC C1 50

RGB Percentages of Color #ccc150

%42.77
%40.46
%16.77

CMYK Percentages of Color #ccc150

%0
%5
%61
%20

Triadic Colors of #ccc150

#ccc150 #50ccc1 #c150cc

Analogous Colors of #ccc150

#ccc150 #99cc50 #cc8350

Monochromatic Colors of #ccc150

#ccc150

Complementary Color

#ccc150 #505bcc

#ccc150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc150 Color CSS Codes

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

#ccc150 Text Font Color

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

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


#ccc150 Background Color

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

This div background color is #ccc150


#ccc150 Border Color

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

This div border color is #ccc150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc150


Comments

No comments written yet.

Please login to write comment.