Color Hex Logo

#cbc984 Color Hex

#CBC984
(203,201,132)
0 Favorites   0 Comments

Color spaces of #cbc984

RGB 203201132
HSL0.160.410.66
HSV58°35°80°
CMYK 0.000.010.35   0.20
XYZ49.680156.135730.0467
Yxy56.13570.36570.4132
Hunter Lab74.9238-12.757628.6695
CIE-Lab79.6910-9.696534.7751

#cbc984 color RGB value is (203,201,132).

#cbc984 hex color red value is 203, green value is 201 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cbc984 hue: 0.16 , saturation: 0.41 and the lightness value of cbc984 is 0.66.

The process color (four color CMYK) of #cbc984 color hex is 0.00, 0.01, 0.35, 0.20. Web safe color of #cbc984 is #cccc99. Color #cbc984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 10000100
Octal 313 311 204
Decimal 203 201 132
Hex CB C9 84

RGB Percentages of Color #cbc984

%37.87
%37.50
%24.63

CMYK Percentages of Color #cbc984

%0
%1
%35
%20

Triadic Colors of #cbc984

#cbc984 #84cbc9 #c984cb

Analogous Colors of #cbc984

#cbc984 #aacb84 #cba684

Monochromatic Colors of #cbc984

#cbc984

Complementary Color

#cbc984 #8486cb

#cbc984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc984 Color CSS Codes

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

#cbc984 Text Font Color

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

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


#cbc984 Background Color

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

This div background color is #cbc984


#cbc984 Border Color

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

This div border color is #cbc984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc984


Comments

No comments written yet.

Please login to write comment.