Color Hex Logo

#ccb832 Color Hex

#CCB832
(204,184,50)
0 Favorites   0 Comments

Color spaces of #ccb832

RGB 20418450
HSL0.150.610.50
HSV52°75°80°
CMYK 0.000.100.75   0.20
XYZ42.618147.34869.9106
Yxy47.34860.42670.4741
Hunter Lab68.8103-9.863039.6278
CIE-Lab74.4122-7.010665.9175

#ccb832 color RGB value is (204,184,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00110010
Octal 314 270 62
Decimal 204 184 50
Hex CC B8 32

RGB Percentages of Color #ccb832

%46.58
%42.01
%11.42

CMYK Percentages of Color #ccb832

%0
%10
%75
%20

Triadic Colors of #ccb832

#ccb832 #32ccb8 #b832cc

Analogous Colors of #ccb832

#ccb832 #93cc32 #cc6b32

Monochromatic Colors of #ccb832

#ccb832

Complementary Color

#ccb832 #3246cc

#ccb832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb832 Color CSS Codes

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

#ccb832 Text Font Color

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

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


#ccb832 Background Color

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

This div background color is #ccb832


#ccb832 Border Color

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

This div border color is #ccb832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb832


Comments

No comments written yet.

Please login to write comment.