Color Hex Logo

#cbc974 Color Hex

#CBC974
(203,201,116)
0 Favorites   0 Comments

Color spaces of #cbc974

RGB 203201116
HSL0.160.460.63
HSV59°43°80°
CMYK 0.000.010.43   0.20
XYZ48.667655.730824.7150
Yxy55.73080.37690.4316
Hunter Lab74.6531-14.275732.6283
CIE-Lab79.4604-11.457442.5858

#cbc974 color RGB value is (203,201,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 01110100
Octal 313 311 164
Decimal 203 201 116
Hex CB C9 74

RGB Percentages of Color #cbc974

%39.04
%38.65
%22.31

CMYK Percentages of Color #cbc974

%0
%1
%43
%20

Triadic Colors of #cbc974

#cbc974 #74cbc9 #c974cb

Analogous Colors of #cbc974

#cbc974 #a2cb74 #cb9e74

Monochromatic Colors of #cbc974

#cbc974

Complementary Color

#cbc974 #7476cb

#cbc974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc974 Color CSS Codes

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

#cbc974 Text Font Color

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

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


#cbc974 Background Color

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

This div background color is #cbc974


#cbc974 Border Color

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

This div border color is #cbc974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc974


Comments

No comments written yet.

Please login to write comment.