Color Hex Logo

#ccbb34 Color Hex

#CCBB34
(204,187,52)
0 Favorites   0 Comments

Color spaces of #ccbb34

RGB 20418752
HSL0.150.600.50
HSV53°75°80°
CMYK 0.000.080.75   0.20
XYZ43.292048.626010.3528
Yxy48.62600.42330.4755
Hunter Lab69.7323-11.213340.0102
CIE-Lab75.2181-8.477665.9883

#ccbb34 color RGB value is (204,187,52).

#ccbb34 hex color red value is 204, green value is 187 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ccbb34 hue: 0.15 , saturation: 0.60 and the lightness value of ccbb34 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 00110100
Octal 314 273 64
Decimal 204 187 52
Hex CC BB 34

RGB Percentages of Color #ccbb34

%46.05
%42.21
%11.74

CMYK Percentages of Color #ccbb34

%0
%8
%75
%20

Triadic Colors of #ccbb34

#ccbb34 #34ccbb #bb34cc

Analogous Colors of #ccbb34

#ccbb34 #91cc34 #cc6f34

Monochromatic Colors of #ccbb34

#ccbb34

Complementary Color

#ccbb34 #3445cc

#ccbb34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb34 Color CSS Codes

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

#ccbb34 Text Font Color

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

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


#ccbb34 Background Color

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

This div background color is #ccbb34


#ccbb34 Border Color

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

This div border color is #ccbb34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb34


Comments

No comments written yet.

Please login to write comment.