Color Hex Logo

#cbbf5f Color Hex

#CBBF5F
(203,191,95)
0 Favorites   0 Comments

Color spaces of #cbbf5f

RGB 20319195
HSL0.150.510.58
HSV53°53°80°
CMYK 0.000.060.53   0.20
XYZ45.325050.784318.2399
Yxy50.78430.39640.4441
Hunter Lab71.2631-11.180334.7088
CIE-Lab76.5482-8.280749.3144

#cbbf5f color RGB value is (203,191,95).

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

The process color (four color CMYK) of #cbbf5f color hex is 0.00, 0.06, 0.53, 0.20. Web safe color of #cbbf5f is #cccc66. Color #cbbf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111111 01011111
Octal 313 277 137
Decimal 203 191 95
Hex CB BF 5F

RGB Percentages of Color #cbbf5f

%41.51
%39.06
%19.43

CMYK Percentages of Color #cbbf5f

%0
%6
%53
%20

Triadic Colors of #cbbf5f

#cbbf5f #5fcbbf #bf5fcb

Analogous Colors of #cbbf5f

#cbbf5f #a1cb5f #cb895f

Monochromatic Colors of #cbbf5f

#cbbf5f

Complementary Color

#cbbf5f #5f6bcb

#cbbf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbf5f Color CSS Codes

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

#cbbf5f Text Font Color

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

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


#cbbf5f Background Color

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

This div background color is #cbbf5f


#cbbf5f Border Color

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

This div border color is #cbbf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbf5f


Comments

No comments written yet.

Please login to write comment.