Color Hex Logo

#cbc332 Color Hex

#CBC332
(203,195,50)
0 Favorites   0 Comments

Color spaces of #cbc332

RGB 20319550
HSL0.160.600.50
HSV57°75°80°
CMYK 0.000.040.75   0.20
XYZ44.719451.957010.6894
Yxy51.95700.41650.4839
Hunter Lab72.0812-15.400241.6643
CIE-Lab77.2551-13.075568.5217

#cbc332 color RGB value is (203,195,50).

#cbc332 hex color red value is 203, green value is 195 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cbc332 hue: 0.16 , saturation: 0.60 and the lightness value of cbc332 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 00110010
Octal 313 303 62
Decimal 203 195 50
Hex CB C3 32

RGB Percentages of Color #cbc332

%45.31
%43.53
%11.16

CMYK Percentages of Color #cbc332

%0
%4
%75
%20

Triadic Colors of #cbc332

#cbc332 #32cbc3 #c332cb

Analogous Colors of #cbc332

#cbc332 #87cb32 #cb7732

Monochromatic Colors of #cbc332

#cbc332

Complementary Color

#cbc332 #323acb

#cbc332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc332 Color CSS Codes

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

#cbc332 Text Font Color

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

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


#cbc332 Background Color

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

This div background color is #cbc332


#cbc332 Border Color

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

This div border color is #cbc332


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,195,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 #cbc332">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc332


Comments

No comments written yet.

Please login to write comment.