Color Hex Logo

#cbb029 Color Hex

#CBB029
(203,176,41)
0 Favorites   0 Comments

Color spaces of #cbb029

RGB 20317641
HSL0.140.660.48
HSV50°80°80°
CMYK 0.000.130.80   0.20
XYZ40.554243.90738.4353
Yxy43.90730.43660.4726
Hunter Lab66.2626-6.713538.8361
CIE-Lab72.1665-3.611166.7516

#cbb029 color RGB value is (203,176,41).

#cbb029 hex color red value is 203, green value is 176 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cbb029 hue: 0.14 , saturation: 0.66 and the lightness value of cbb029 is 0.48.

The process color (four color CMYK) of #cbb029 color hex is 0.00, 0.13, 0.80, 0.20. Web safe color of #cbb029 is #cc9933. Color #cbb029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00101001
Octal 313 260 51
Decimal 203 176 41
Hex CB B0 29

RGB Percentages of Color #cbb029

%48.33
%41.90
%9.76

CMYK Percentages of Color #cbb029

%0
%13
%80
%20

Triadic Colors of #cbb029

#cbb029 #29cbb0 #b029cb

Analogous Colors of #cbb029

#cbb029 #95cb29 #cb5f29

Monochromatic Colors of #cbb029

#cbb029

Complementary Color

#cbb029 #2944cb

#cbb029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb029 Color CSS Codes

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

#cbb029 Text Font Color

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

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


#cbb029 Background Color

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

This div background color is #cbb029


#cbb029 Border Color

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

This div border color is #cbb029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb029


Comments

No comments written yet.

Please login to write comment.