Color Hex Logo

#cbb969 Color Hex

#CBB969
(203,185,105)
0 Favorites   0 Comments

Color spaces of #cbb969

RGB 203185105
HSL0.140.490.60
HSV49°48°80°
CMYK 0.000.090.48   0.20
XYZ44.527448.414420.3627
Yxy48.41440.39300.4273
Hunter Lab69.5805-7.536331.3551
CIE-Lab75.0856-4.281342.6715

#cbb969 color RGB value is (203,185,105).

#cbb969 hex color red value is 203, green value is 185 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cbb969 hue: 0.14 , saturation: 0.49 and the lightness value of cbb969 is 0.60.

The process color (four color CMYK) of #cbb969 color hex is 0.00, 0.09, 0.48, 0.20. Web safe color of #cbb969 is #cccc66. Color #cbb969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01101001
Octal 313 271 151
Decimal 203 185 105
Hex CB B9 69

RGB Percentages of Color #cbb969

%41.18
%37.53
%21.30

CMYK Percentages of Color #cbb969

%0
%9
%48
%20

Triadic Colors of #cbb969

#cbb969 #69cbb9 #b969cb

Analogous Colors of #cbb969

#cbb969 #accb69 #cb8869

Monochromatic Colors of #cbb969

#cbb969

Complementary Color

#cbb969 #697bcb

#cbb969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb969 Color CSS Codes

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

#cbb969 Text Font Color

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

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


#cbb969 Background Color

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

This div background color is #cbb969


#cbb969 Border Color

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

This div border color is #cbb969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb969


Comments

No comments written yet.

Please login to write comment.