Color Hex Logo

#cbbc61 Color Hex

#CBBC61
(203,188,97)
0 Favorites   0 Comments

Color spaces of #cbbc61

RGB 20318897
HSL0.140.500.59
HSV52°52°80°
CMYK 0.000.070.52   0.20
XYZ44.769549.526018.5091
Yxy49.52600.39690.4390
Hunter Lab70.3747-9.601433.6686
CIE-Lab75.7774-6.560947.4457

#cbbc61 color RGB value is (203,188,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01100001
Octal 313 274 141
Decimal 203 188 97
Hex CB BC 61

RGB Percentages of Color #cbbc61

%41.60
%38.52
%19.88

CMYK Percentages of Color #cbbc61

%0
%7
%52
%20

Triadic Colors of #cbbc61

#cbbc61 #61cbbc #bc61cb

Analogous Colors of #cbbc61

#cbbc61 #a5cb61 #cb8761

Monochromatic Colors of #cbbc61

#cbbc61

Complementary Color

#cbbc61 #6170cb

#cbbc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc61 Color CSS Codes

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

#cbbc61 Text Font Color

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

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


#cbbc61 Background Color

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

This div background color is #cbbc61


#cbbc61 Border Color

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

This div border color is #cbbc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc61


Comments

No comments written yet.

Please login to write comment.