Color Hex Logo

#cbca6f Color Hex

#CBCA6F
(203,202,111)
0 Favorites   0 Comments

Color spaces of #cbca6f

RGB 203202111
HSL0.160.470.62
HSV59°45°80°
CMYK 0.000.000.45   0.20
XYZ48.618456.085323.3020
Yxy56.08530.37980.4381
Hunter Lab74.8901-15.176133.9750
CIE-Lab79.6623-12.462845.3048

#cbca6f color RGB value is (203,202,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 01101111
Octal 313 312 157
Decimal 203 202 111
Hex CB CA 6F

RGB Percentages of Color #cbca6f

%39.34
%39.15
%21.51

CMYK Percentages of Color #cbca6f

%0
%0
%45
%20

Triadic Colors of #cbca6f

#cbca6f #6fcbca #ca6fcb

Analogous Colors of #cbca6f

#cbca6f #9ecb6f #cb9c6f

Monochromatic Colors of #cbca6f

#cbca6f

Complementary Color

#cbca6f #6f70cb

#cbca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbca6f Color CSS Codes

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

#cbca6f Text Font Color

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

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


#cbca6f Background Color

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

This div background color is #cbca6f


#cbca6f Border Color

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

This div border color is #cbca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbca6f


Comments

No comments written yet.

Please login to write comment.