Color Hex Logo

#cbb838 Color Hex

#CBB838
(203,184,56)
0 Favorites   0 Comments

Color spaces of #cbb838

RGB 20318456
HSL0.150.590.51
HSV52°72°80°
CMYK 0.000.090.72   0.20
XYZ42.482947.263010.6250
Yxy47.26300.42330.4709
Hunter Lab68.7481-10.005038.9604
CIE-Lab74.3577-7.180763.7117

#cbb838 color RGB value is (203,184,56).

#cbb838 hex color red value is 203, green value is 184 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #cbb838 hue: 0.15 , saturation: 0.59 and the lightness value of cbb838 is 0.51.

The process color (four color CMYK) of #cbb838 color hex is 0.00, 0.09, 0.72, 0.20. Web safe color of #cbb838 is #cccc33. Color #cbb838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 00111000
Octal 313 270 70
Decimal 203 184 56
Hex CB B8 38

RGB Percentages of Color #cbb838

%45.82
%41.53
%12.64

CMYK Percentages of Color #cbb838

%0
%9
%72
%20

Triadic Colors of #cbb838

#cbb838 #38cbb8 #b838cb

Analogous Colors of #cbb838

#cbb838 #95cb38 #cb6f38

Monochromatic Colors of #cbb838

#cbb838

Complementary Color

#cbb838 #384bcb

#cbb838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb838 Color CSS Codes

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

#cbb838 Text Font Color

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

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


#cbb838 Background Color

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

This div background color is #cbb838


#cbb838 Border Color

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

This div border color is #cbb838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb838


Comments

No comments written yet.

Please login to write comment.