Color Hex Logo

#cbc047 Color Hex

#CBC047
(203,192,71)
0 Favorites   0 Comments

Color spaces of #cbc047

RGB 20319271
HSL0.150.560.54
HSV55°65°80°
CMYK 0.000.050.65   0.20
XYZ44.615650.850713.4249
Yxy50.85070.40970.4670
Hunter Lab71.3097-13.111738.7547
CIE-Lab76.5885-10.503260.0916

#cbc047 color RGB value is (203,192,71).

#cbc047 hex color red value is 203, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cbc047 hue: 0.15 , saturation: 0.56 and the lightness value of cbc047 is 0.54.

The process color (four color CMYK) of #cbc047 color hex is 0.00, 0.05, 0.65, 0.20. Web safe color of #cbc047 is #cccc33. Color #cbc047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01000111
Octal 313 300 107
Decimal 203 192 71
Hex CB C0 47

RGB Percentages of Color #cbc047

%43.56
%41.20
%15.24

CMYK Percentages of Color #cbc047

%0
%5
%65
%20

Triadic Colors of #cbc047

#cbc047 #47cbc0 #c047cb

Analogous Colors of #cbc047

#cbc047 #94cb47 #cb7e47

Monochromatic Colors of #cbc047

#cbc047

Complementary Color

#cbc047 #4752cb

#cbc047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc047 Color CSS Codes

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

#cbc047 Text Font Color

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

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


#cbc047 Background Color

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

This div background color is #cbc047


#cbc047 Border Color

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

This div border color is #cbc047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc047


Comments

No comments written yet.

Please login to write comment.