Color Hex Logo

#cbb865 Color Hex

#CBB865
(203,184,101)
0 Favorites   0 Comments

Color spaces of #cbb865

RGB 203184101
HSL0.140.500.60
HSV49°50°80°
CMYK 0.000.090.50   0.20
XYZ44.118147.917119.2356
Yxy47.91710.39650.4306
Hunter Lab69.2222-7.373531.9799
CIE-Lab74.7726-4.125944.2824

#cbb865 color RGB value is (203,184,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 01100101
Octal 313 270 145
Decimal 203 184 101
Hex CB B8 65

RGB Percentages of Color #cbb865

%41.60
%37.70
%20.70

CMYK Percentages of Color #cbb865

%0
%9
%50
%20

Triadic Colors of #cbb865

#cbb865 #65cbb8 #b865cb

Analogous Colors of #cbb865

#cbb865 #abcb65 #cb8565

Monochromatic Colors of #cbb865

#cbb865

Complementary Color

#cbb865 #6578cb

#cbb865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb865 Color CSS Codes

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

#cbb865 Text Font Color

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

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


#cbb865 Background Color

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

This div background color is #cbb865


#cbb865 Border Color

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

This div border color is #cbb865


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,184,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 #cbb865">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb865


Comments

No comments written yet.

Please login to write comment.