Color Hex Logo

#cbc873 Color Hex

#CBC873
(203,200,115)
0 Favorites   0 Comments

Color spaces of #cbc873

RGB 203200115
HSL0.160.460.62
HSV58°43°80°
CMYK 0.000.010.43   0.20
XYZ48.377455.242924.3328
Yxy55.24290.37810.4317
Hunter Lab74.3256-13.886832.6175
CIE-Lab79.1810-11.049842.7363

#cbc873 color RGB value is (203,200,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 01110011
Octal 313 310 163
Decimal 203 200 115
Hex CB C8 73

RGB Percentages of Color #cbc873

%39.19
%38.61
%22.20

CMYK Percentages of Color #cbc873

%0
%1
%43
%20

Triadic Colors of #cbc873

#cbc873 #73cbc8 #c873cb

Analogous Colors of #cbc873

#cbc873 #a2cb73 #cb9c73

Monochromatic Colors of #cbc873

#cbc873

Complementary Color

#cbc873 #7376cb

#cbc873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc873 Color CSS Codes

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

#cbc873 Text Font Color

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

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


#cbc873 Background Color

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

This div background color is #cbc873


#cbc873 Border Color

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

This div border color is #cbc873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc873


Comments

No comments written yet.

Please login to write comment.