Color Hex Logo

#cbb068 Color Hex

#CBB068
(203,176,104)
0 Favorites   0 Comments

Color spaces of #cbb068

RGB 203176104
HSL0.120.490.60
HSV44°49°80°
CMYK 0.000.130.49   0.20
XYZ42.652644.746719.4856
Yxy44.74670.39910.4186
Hunter Lab66.8930-3.246729.5542
CIE-Lab72.72480.365940.2676

#cbb068 color RGB value is (203,176,104).

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

The process color (four color CMYK) of #cbb068 color hex is 0.00, 0.13, 0.49, 0.20. Web safe color of #cbb068 is #cc9966. Color #cbb068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01101000
Octal 313 260 150
Decimal 203 176 104
Hex CB B0 68

RGB Percentages of Color #cbb068

%42.03
%36.44
%21.53

CMYK Percentages of Color #cbb068

%0
%13
%49
%20

Triadic Colors of #cbb068

#cbb068 #68cbb0 #b068cb

Analogous Colors of #cbb068

#cbb068 #b5cb68 #cb7f68

Monochromatic Colors of #cbb068

#cbb068

Complementary Color

#cbb068 #6883cb

#cbb068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb068 Color CSS Codes

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

#cbb068 Text Font Color

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

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


#cbb068 Background Color

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

This div background color is #cbb068


#cbb068 Border Color

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

This div border color is #cbb068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb068


Comments

No comments written yet.

Please login to write comment.