Color Hex Logo

#ccbc41 Color Hex

#CCBC41
(204,188,65)
0 Favorites   0 Comments

Color spaces of #ccbc41

RGB 20418865
HSL0.150.580.53
HSV53°68°80°
CMYK 0.000.080.68   0.20
XYZ43.839249.185512.1842
Yxy49.18550.41670.4675
Hunter Lab70.1324-11.152738.7921
CIE-Lab75.5666-8.365761.4959

#ccbc41 color RGB value is (204,188,65).

#ccbc41 hex color red value is 204, green value is 188 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ccbc41 hue: 0.15 , saturation: 0.58 and the lightness value of ccbc41 is 0.53.

The process color (four color CMYK) of #ccbc41 color hex is 0.00, 0.08, 0.68, 0.20. Web safe color of #ccbc41 is #cccc33. Color #ccbc41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 01000001
Octal 314 274 101
Decimal 204 188 65
Hex CC BC 41

RGB Percentages of Color #ccbc41

%44.64
%41.14
%14.22

CMYK Percentages of Color #ccbc41

%0
%8
%68
%20

Triadic Colors of #ccbc41

#ccbc41 #41ccbc #bc41cc

Analogous Colors of #ccbc41

#ccbc41 #97cc41 #cc7741

Monochromatic Colors of #ccbc41

#ccbc41

Complementary Color

#ccbc41 #4151cc

#ccbc41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc41 Color CSS Codes

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

#ccbc41 Text Font Color

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

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


#ccbc41 Background Color

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

This div background color is #ccbc41


#ccbc41 Border Color

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

This div border color is #ccbc41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc41


Comments

No comments written yet.

Please login to write comment.