Color Hex Logo

#cbc06f Color Hex

#CBC06F
(203,192,111)
0 Favorites   0 Comments

Color spaces of #cbc06f

RGB 203192111
HSL0.150.470.62
HSV53°45°80°
CMYK 0.000.050.45   0.20
XYZ46.347551.543522.5450
Yxy51.54350.38480.4280
Hunter Lab71.7938-10.406031.6372
CIE-Lab77.0071-7.343142.0365

#cbc06f color RGB value is (203,192,111).

#cbc06f hex color red value is 203, green value is 192 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbc06f hue: 0.15 , saturation: 0.47 and the lightness value of cbc06f is 0.62.

The process color (four color CMYK) of #cbc06f color hex is 0.00, 0.05, 0.45, 0.20. Web safe color of #cbc06f is #cccc66. Color #cbc06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01101111
Octal 313 300 157
Decimal 203 192 111
Hex CB C0 6F

RGB Percentages of Color #cbc06f

%40.12
%37.94
%21.94

CMYK Percentages of Color #cbc06f

%0
%5
%45
%20

Triadic Colors of #cbc06f

#cbc06f #6fcbc0 #c06fcb

Analogous Colors of #cbc06f

#cbc06f #a8cb6f #cb926f

Monochromatic Colors of #cbc06f

#cbc06f

Complementary Color

#cbc06f #6f7acb

#cbc06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc06f Color CSS Codes

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

#cbc06f Text Font Color

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

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


#cbc06f Background Color

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

This div background color is #cbc06f


#cbc06f Border Color

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

This div border color is #cbc06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc06f


Comments

No comments written yet.

Please login to write comment.