Color Hex Logo

#cbba3f Color Hex

#CBBA3F
(203,186,63)
0 Favorites   0 Comments

Color spaces of #cbba3f

RGB 20318663
HSL0.150.570.52
HSV53°69°80°
CMYK 0.000.080.69   0.20
XYZ43.084748.173211.7302
Yxy48.17320.41830.4678
Hunter Lab69.4069-10.657338.5645
CIE-Lab74.9340-7.868361.6176

#cbba3f color RGB value is (203,186,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 00111111
Octal 313 272 77
Decimal 203 186 63
Hex CB BA 3F

RGB Percentages of Color #cbba3f

%44.91
%41.15
%13.94

CMYK Percentages of Color #cbba3f

%0
%8
%69
%20

Triadic Colors of #cbba3f

#cbba3f #3fcbba #ba3fcb

Analogous Colors of #cbba3f

#cbba3f #96cb3f #cb743f

Monochromatic Colors of #cbba3f

#cbba3f

Complementary Color

#cbba3f #3f50cb

#cbba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbba3f Color CSS Codes

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

#cbba3f Text Font Color

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

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


#cbba3f Background Color

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

This div background color is #cbba3f


#cbba3f Border Color

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

This div border color is #cbba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbba3f


Comments

No comments written yet.

Please login to write comment.