Color Hex Logo

#cbbc3f Color Hex

#CBBC3F
(203,188,63)
0 Favorites   0 Comments

Color spaces of #cbbc3f

RGB 20318863
HSL0.150.570.52
HSV54°69°80°
CMYK 0.000.070.69   0.20
XYZ43.509049.021811.8716
Yxy49.02180.41670.4695
Hunter Lab70.0156-11.604038.9579
CIE-Lab75.4649-8.899862.1520

#cbbc3f color RGB value is (203,188,63).

#cbbc3f hex color red value is 203, green value is 188 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cbbc3f hue: 0.15 , saturation: 0.57 and the lightness value of cbbc3f is 0.52.

The process color (four color CMYK) of #cbbc3f color hex is 0.00, 0.07, 0.69, 0.20. Web safe color of #cbbc3f is #cccc33. Color #cbbc3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 00111111
Octal 313 274 77
Decimal 203 188 63
Hex CB BC 3F

RGB Percentages of Color #cbbc3f

%44.71
%41.41
%13.88

CMYK Percentages of Color #cbbc3f

%0
%7
%69
%20

Triadic Colors of #cbbc3f

#cbbc3f #3fcbbc #bc3fcb

Analogous Colors of #cbbc3f

#cbbc3f #94cb3f #cb763f

Monochromatic Colors of #cbbc3f

#cbbc3f

Complementary Color

#cbbc3f #3f4ecb

#cbbc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc3f Color CSS Codes

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

#cbbc3f Text Font Color

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

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


#cbbc3f Background Color

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

This div background color is #cbbc3f


#cbbc3f Border Color

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

This div border color is #cbbc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc3f


Comments

No comments written yet.

Please login to write comment.