Color Hex Logo

#cbb365 Color Hex

#CBB365
(203,179,101)
0 Favorites   0 Comments

Color spaces of #cbb365

RGB 203179101
HSL0.130.500.60
HSV46°50°80°
CMYK 0.000.120.50   0.20
XYZ43.097745.876318.8954
Yxy45.87630.39950.4253
Hunter Lab67.7320-4.952130.8721
CIE-Lab73.4652-1.498542.6937

#cbb365 color RGB value is (203,179,101).

#cbb365 hex color red value is 203, green value is 179 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cbb365 hue: 0.13 , saturation: 0.50 and the lightness value of cbb365 is 0.60.

The process color (four color CMYK) of #cbb365 color hex is 0.00, 0.12, 0.50, 0.20. Web safe color of #cbb365 is #cccc66. Color #cbb365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01100101
Octal 313 263 145
Decimal 203 179 101
Hex CB B3 65

RGB Percentages of Color #cbb365

%42.03
%37.06
%20.91

CMYK Percentages of Color #cbb365

%0
%12
%50
%20

Triadic Colors of #cbb365

#cbb365 #65cbb3 #b365cb

Analogous Colors of #cbb365

#cbb365 #b0cb65 #cb8065

Monochromatic Colors of #cbb365

#cbb365

Complementary Color

#cbb365 #657dcb

#cbb365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb365 Color CSS Codes

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

#cbb365 Text Font Color

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

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


#cbb365 Background Color

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

This div background color is #cbb365


#cbb365 Border Color

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

This div border color is #cbb365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb365


Comments

No comments written yet.

Please login to write comment.