Color Hex Logo

#cbc16a Color Hex

#CBC16A
(203,193,106)
0 Favorites   0 Comments

Color spaces of #cbc16a

RGB 203193106
HSL0.150.480.61
HSV54°48°80°
CMYK 0.000.050.48   0.20
XYZ46.300151.877021.2087
Yxy51.87700.38780.4345
Hunter Lab72.0257-11.300232.9594
CIE-Lab77.2072-8.340144.7671

#cbc16a color RGB value is (203,193,106).

#cbc16a hex color red value is 203, green value is 193 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cbc16a hue: 0.15 , saturation: 0.48 and the lightness value of cbc16a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01101010
Octal 313 301 152
Decimal 203 193 106
Hex CB C1 6A

RGB Percentages of Color #cbc16a

%40.44
%38.45
%21.12

CMYK Percentages of Color #cbc16a

%0
%5
%48
%20

Triadic Colors of #cbc16a

#cbc16a #6acbc1 #c16acb

Analogous Colors of #cbc16a

#cbc16a #a5cb6a #cb916a

Monochromatic Colors of #cbc16a

#cbc16a

Complementary Color

#cbc16a #6a74cb

#cbc16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc16a Color CSS Codes

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

#cbc16a Text Font Color

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

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


#cbc16a Background Color

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

This div background color is #cbc16a


#cbc16a Border Color

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

This div border color is #cbc16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc16a


Comments

No comments written yet.

Please login to write comment.