Color Hex Logo

#cbbd3b Color Hex

#CBBD3B
(203,189,59)
0 Favorites   0 Comments

Color spaces of #cbbd3b

RGB 20318959
HSL0.150.580.51
HSV54°71°80°
CMYK 0.000.070.71   0.20
XYZ43.615649.407511.3755
Yxy49.40750.41780.4733
Hunter Lab70.2905-12.248139.6081
CIE-Lab75.7041-9.616663.9144

#cbbd3b color RGB value is (203,189,59).

#cbbd3b hex color red value is 203, green value is 189 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cbbd3b hue: 0.15 , saturation: 0.58 and the lightness value of cbbd3b is 0.51.

The process color (four color CMYK) of #cbbd3b color hex is 0.00, 0.07, 0.71, 0.20. Web safe color of #cbbd3b is #cccc33. Color #cbbd3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 00111011
Octal 313 275 73
Decimal 203 189 59
Hex CB BD 3B

RGB Percentages of Color #cbbd3b

%45.01
%41.91
%13.08

CMYK Percentages of Color #cbbd3b

%0
%7
%71
%20

Triadic Colors of #cbbd3b

#cbbd3b #3bcbbd #bd3bcb

Analogous Colors of #cbbd3b

#cbbd3b #91cb3b #cb753b

Monochromatic Colors of #cbbd3b

#cbbd3b

Complementary Color

#cbbd3b #3b49cb

#cbbd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbd3b Color CSS Codes

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

#cbbd3b Text Font Color

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

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


#cbbd3b Background Color

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

This div background color is #cbbd3b


#cbbd3b Border Color

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

This div border color is #cbbd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbd3b


Comments

No comments written yet.

Please login to write comment.