Color Hex Logo

#cbad3b Color Hex

#CBAD3B
(203,173,59)
0 Favorites   0 Comments

Color spaces of #cbad3b

RGB 20317359
HSL0.130.580.51
HSV48°71°80°
CMYK 0.000.150.71   0.20
XYZ40.361642.899410.2908
Yxy42.89940.43140.4586
Hunter Lab65.4976-4.623836.5329
CIE-Lab71.4866-1.277559.7374

#cbad3b color RGB value is (203,173,59).

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

The process color (four color CMYK) of #cbad3b color hex is 0.00, 0.15, 0.71, 0.20. Web safe color of #cbad3b is #cc9933. Color #cbad3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 00111011
Octal 313 255 73
Decimal 203 173 59
Hex CB AD 3B

RGB Percentages of Color #cbad3b

%46.67
%39.77
%13.56

CMYK Percentages of Color #cbad3b

%0
%15
%71
%20

Triadic Colors of #cbad3b

#cbad3b #3bcbad #ad3bcb

Analogous Colors of #cbad3b

#cbad3b #a1cb3b #cb653b

Monochromatic Colors of #cbad3b

#cbad3b

Complementary Color

#cbad3b #3b59cb

#cbad3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad3b Color CSS Codes

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

#cbad3b Text Font Color

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

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


#cbad3b Background Color

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

This div background color is #cbad3b


#cbad3b Border Color

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

This div border color is #cbad3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,173,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 #cbad3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad3b


Comments

No comments written yet.

Please login to write comment.