Color Hex Logo

#cbb33d Color Hex

#CBB33D
(203,179,61)
0 Favorites   0 Comments

Color spaces of #cbb33d

RGB 20317961
HSL0.140.580.52
HSV50°70°80°
CMYK 0.000.120.70   0.20
XYZ41.591045.273610.9615
Yxy45.27360.42520.4628
Hunter Lab67.2857-7.414537.4410
CIE-Lab73.0717-4.331960.5325

#cbb33d color RGB value is (203,179,61).

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

The process color (four color CMYK) of #cbb33d color hex is 0.00, 0.12, 0.70, 0.20. Web safe color of #cbb33d is #cccc33. Color #cbb33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00111101
Octal 313 263 75
Decimal 203 179 61
Hex CB B3 3D

RGB Percentages of Color #cbb33d

%45.82
%40.41
%13.77

CMYK Percentages of Color #cbb33d

%0
%12
%70
%20

Triadic Colors of #cbb33d

#cbb33d #3dcbb3 #b33dcb

Analogous Colors of #cbb33d

#cbb33d #9ccb3d #cb6c3d

Monochromatic Colors of #cbb33d

#cbb33d

Complementary Color

#cbb33d #3d55cb

#cbb33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb33d Color CSS Codes

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

#cbb33d Text Font Color

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

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


#cbb33d Background Color

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

This div background color is #cbb33d


#cbb33d Border Color

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

This div border color is #cbb33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb33d


Comments

No comments written yet.

Please login to write comment.