color codes Logo

#cbb33e color codes

#CBB33E
(203,179,62)
0 Favorites   0 Comments

Color spaces of #cbb33e

RGB 20317962
HSL0.140.580.52
HSV50°69°80°
CMYK 0.000.120.69   0.20
XYZ41.618245.284511.1047
Yxy45.28450.42460.4621
Hunter Lab67.2938-7.369837.3217
CIE-Lab73.0788-4.280060.1415

#cbb33e color RGB value is (203,179,62).

#cbb33e hex color red value is 203, green value is 179 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cbb33e hue: 0.14 , saturation: 0.58 and the lightness value of cbb33e is 0.52.

The process color (four color CMYK) of #cbb33e color code is 0.00, 0.12, 0.69, 0.20. Web safe color of #cbb33e is #cccc33. Color #cbb33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00111110
Octal 313 263 76
Decimal 203 179 62
Hex CB B3 3E

RGB Percentages of Color #cbb33e

%45.72
%40.32
%13.96

CMYK Percentages of Color #cbb33e

%0
%12
%69
%20

Triadic Colors of #cbb33e

#cbb33e #3ecbb3 #b33ecb

Analogous Colors of #cbb33e

#cbb33e #9dcb3e #cb6d3e

Monochromatic Colors of #cbb33e

#cbb33e

Complementary Color

#cbb33e #3e56cb

#cbb33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb33e Color CSS Codes

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

#cbb33e Text Font Color

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

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


#cbb33e Background Color

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

This div background color is #cbb33e


#cbb33e Border Color

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

This div border color is #cbb33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb33e


Comments

No comments written yet.

Please login to write comment.