Color Hex Logo

#cbbf47 Color Hex

#CBBF47
(203,191,71)
0 Favorites   0 Comments

Color spaces of #cbbf47

RGB 20319171
HSL0.150.560.54
HSV55°65°80°
CMYK 0.000.060.65   0.20
XYZ44.396750.413013.3520
Yxy50.41300.41050.4661
Hunter Lab71.0021-12.640038.5520
CIE-Lab76.3221-9.991459.8128

#cbbf47 color RGB value is (203,191,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111111 01000111
Octal 313 277 107
Decimal 203 191 71
Hex CB BF 47

RGB Percentages of Color #cbbf47

%43.66
%41.08
%15.27

CMYK Percentages of Color #cbbf47

%0
%6
%65
%20

Triadic Colors of #cbbf47

#cbbf47 #47cbbf #bf47cb

Analogous Colors of #cbbf47

#cbbf47 #95cb47 #cb7d47

Monochromatic Colors of #cbbf47

#cbbf47

Complementary Color

#cbbf47 #4753cb

#cbbf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbf47 Color CSS Codes

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

#cbbf47 Text Font Color

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

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


#cbbf47 Background Color

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

This div background color is #cbbf47


#cbbf47 Border Color

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

This div border color is #cbbf47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,191,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 #cbbf47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbf47


Comments

No comments written yet.

Please login to write comment.