Color Hex Logo

#cbb143 Color Hex

#CBB143
(203,177,67)
0 Favorites   0 Comments

Color spaces of #cbb143

RGB 20317767
HSL0.130.570.53
HSV49°67°80°
CMYK 0.000.130.67   0.20
XYZ41.363944.546011.7283
Yxy44.54600.42360.4562
Hunter Lab66.7428-6.174436.3013
CIE-Lab72.5919-2.956257.5846

#cbb143 color RGB value is (203,177,67).

#cbb143 hex color red value is 203, green value is 177 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #cbb143 hue: 0.13 , saturation: 0.57 and the lightness value of cbb143 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01000011
Octal 313 261 103
Decimal 203 177 67
Hex CB B1 43

RGB Percentages of Color #cbb143

%45.41
%39.60
%14.99

CMYK Percentages of Color #cbb143

%0
%13
%67
%20

Triadic Colors of #cbb143

#cbb143 #43cbb1 #b143cb

Analogous Colors of #cbb143

#cbb143 #a1cb43 #cb6d43

Monochromatic Colors of #cbb143

#cbb143

Complementary Color

#cbb143 #435dcb

#cbb143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb143 Color CSS Codes

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

#cbb143 Text Font Color

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

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


#cbb143 Background Color

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

This div background color is #cbb143


#cbb143 Border Color

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

This div border color is #cbb143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb143


Comments

No comments written yet.

Please login to write comment.