Color Hex Logo

#cbbc5f Color Hex

#CBBC5F
(203,188,95)
0 Favorites   0 Comments

Color spaces of #cbbc5f

RGB 20318895
HSL0.140.510.58
HSV52°53°80°
CMYK 0.000.070.53   0.20
XYZ44.677449.489218.0241
Yxy49.48920.39820.4411
Hunter Lab70.3486-9.747134.0532
CIE-Lab75.7547-6.729848.3828

#cbbc5f color RGB value is (203,188,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01011111
Octal 313 274 137
Decimal 203 188 95
Hex CB BC 5F

RGB Percentages of Color #cbbc5f

%41.77
%38.68
%19.55

CMYK Percentages of Color #cbbc5f

%0
%7
%53
%20

Triadic Colors of #cbbc5f

#cbbc5f #5fcbbc #bc5fcb

Analogous Colors of #cbbc5f

#cbbc5f #a4cb5f #cb865f

Monochromatic Colors of #cbbc5f

#cbbc5f

Complementary Color

#cbbc5f #5f6ecb

#cbbc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc5f Color CSS Codes

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

#cbbc5f Text Font Color

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

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


#cbbc5f Background Color

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

This div background color is #cbbc5f


#cbbc5f Border Color

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

This div border color is #cbbc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc5f


Comments

No comments written yet.

Please login to write comment.