Color Hex Logo

#cbbc6d Color Hex

#CBBC6D
(203,188,109)
0 Favorites   0 Comments

Color spaces of #cbbc6d

RGB 203188109
HSL0.140.470.61
HSV50°46°80°
CMYK 0.000.070.46   0.20
XYZ45.372149.767121.6826
Yxy49.76710.38840.4260
Hunter Lab70.5458-8.651431.1590
CIE-Lab75.9261-5.464141.7011

#cbbc6d color RGB value is (203,188,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01101101
Octal 313 274 155
Decimal 203 188 109
Hex CB BC 6D

RGB Percentages of Color #cbbc6d

%40.60
%37.60
%21.80

CMYK Percentages of Color #cbbc6d

%0
%7
%46
%20

Triadic Colors of #cbbc6d

#cbbc6d #6dcbbc #bc6dcb

Analogous Colors of #cbbc6d

#cbbc6d #abcb6d #cb8d6d

Monochromatic Colors of #cbbc6d

#cbbc6d

Complementary Color

#cbbc6d #6d7ccb

#cbbc6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc6d Color CSS Codes

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

#cbbc6d Text Font Color

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

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


#cbbc6d Background Color

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

This div background color is #cbbc6d


#cbbc6d Border Color

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

This div border color is #cbbc6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc6d


Comments

No comments written yet.

Please login to write comment.