Color Hex Logo

#cbb62e Color Hex

#CBB62E
(203,182,46)
0 Favorites   0 Comments

Color spaces of #cbb62e

RGB 20318246
HSL0.140.630.49
HSV52°77°80°
CMYK 0.000.100.77   0.20
XYZ41.849746.34979.3254
Yxy46.34970.42910.4753
Hunter Lab68.0806-9.415739.5351
CIE-Lab73.7719-6.564566.6203

#cbb62e color RGB value is (203,182,46).

#cbb62e hex color red value is 203, green value is 182 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cbb62e hue: 0.14 , saturation: 0.63 and the lightness value of cbb62e is 0.49.

The process color (four color CMYK) of #cbb62e color hex is 0.00, 0.10, 0.77, 0.20. Web safe color of #cbb62e is #cccc33. Color #cbb62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 00101110
Octal 313 266 56
Decimal 203 182 46
Hex CB B6 2E

RGB Percentages of Color #cbb62e

%47.10
%42.23
%10.67

CMYK Percentages of Color #cbb62e

%0
%10
%77
%20

Triadic Colors of #cbb62e

#cbb62e #2ecbb6 #b62ecb

Analogous Colors of #cbb62e

#cbb62e #92cb2e #cb682e

Monochromatic Colors of #cbb62e

#cbb62e

Complementary Color

#cbb62e #2e43cb

#cbb62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb62e Color CSS Codes

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

#cbb62e Text Font Color

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

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


#cbb62e Background Color

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

This div background color is #cbb62e


#cbb62e Border Color

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

This div border color is #cbb62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb62e


Comments

No comments written yet.

Please login to write comment.