Color Hex Logo

#cbad2b Color Hex

#CBAD2B
(203,173,43)
0 Favorites   0 Comments

Color spaces of #cbad2b

RGB 20317343
HSL0.140.650.48
HSV49°79°80°
CMYK 0.000.150.79   0.20
XYZ40.008242.75818.4300
Yxy42.75810.43870.4689
Hunter Lab65.3897-5.218038.1291
CIE-Lab71.3905-1.963165.4315

#cbad2b color RGB value is (203,173,43).

#cbad2b hex color red value is 203, green value is 173 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cbad2b hue: 0.14 , saturation: 0.65 and the lightness value of cbad2b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 00101011
Octal 313 255 53
Decimal 203 173 43
Hex CB AD 2B

RGB Percentages of Color #cbad2b

%48.45
%41.29
%10.26

CMYK Percentages of Color #cbad2b

%0
%15
%79
%20

Triadic Colors of #cbad2b

#cbad2b #2bcbad #ad2bcb

Analogous Colors of #cbad2b

#cbad2b #99cb2b #cb5d2b

Monochromatic Colors of #cbad2b

#cbad2b

Complementary Color

#cbad2b #2b49cb

#cbad2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad2b Color CSS Codes

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

#cbad2b Text Font Color

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

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


#cbad2b Background Color

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

This div background color is #cbad2b


#cbad2b Border Color

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

This div border color is #cbad2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad2b


Comments

No comments written yet.

Please login to write comment.