Color Hex Logo

#cbb123 Color Hex

#CBB123
(203,177,35)
0 Favorites   0 Comments

Color spaces of #cbb123

RGB 20317735
HSL0.140.710.47
HSV51°83°80°
CMYK 0.000.130.83   0.20
XYZ40.654144.26217.9909
Yxy44.26210.43760.4764
Hunter Lab66.5298-7.351839.4495
CIE-Lab72.4033-4.323168.6843

#cbb123 color RGB value is (203,177,35).

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

The process color (four color CMYK) of #cbb123 color hex is 0.00, 0.13, 0.83, 0.20. Web safe color of #cbb123 is #cc9933. Color #cbb123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 00100011
Octal 313 261 43
Decimal 203 177 35
Hex CB B1 23

RGB Percentages of Color #cbb123

%48.92
%42.65
%8.43

CMYK Percentages of Color #cbb123

%0
%13
%83
%20

Triadic Colors of #cbb123

#cbb123 #23cbb1 #b123cb

Analogous Colors of #cbb123

#cbb123 #91cb23 #cb5d23

Monochromatic Colors of #cbb123

#cbb123

Complementary Color

#cbb123 #233dcb

#cbb123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb123 Color CSS Codes

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

#cbb123 Text Font Color

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

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


#cbb123 Background Color

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

This div background color is #cbb123


#cbb123 Border Color

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

This div border color is #cbb123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb123


Comments

No comments written yet.

Please login to write comment.