Color Hex Logo

#cbad2c Color Hex

#CBAD2C
(203,173,44)
0 Favorites   0 Comments

Color spaces of #cbad2c

RGB 20317344
HSL0.140.640.48
HSV49°78°80°
CMYK 0.000.150.78   0.20
XYZ40.026842.76558.5278
Yxy42.76550.43830.4683
Hunter Lab65.3953-5.186638.0451
CIE-Lab71.3955-1.926865.1118

#cbad2c color RGB value is (203,173,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 00101100
Octal 313 255 54
Decimal 203 173 44
Hex CB AD 2C

RGB Percentages of Color #cbad2c

%48.33
%41.19
%10.48

CMYK Percentages of Color #cbad2c

%0
%15
%78
%20

Triadic Colors of #cbad2c

#cbad2c #2ccbad #ad2ccb

Analogous Colors of #cbad2c

#cbad2c #9acb2c #cb5e2c

Monochromatic Colors of #cbad2c

#cbad2c

Complementary Color

#cbad2c #2c4acb

#cbad2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad2c Color CSS Codes

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

#cbad2c Text Font Color

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

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


#cbad2c Background Color

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

This div background color is #cbad2c


#cbad2c Border Color

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

This div border color is #cbad2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad2c


Comments

No comments written yet.

Please login to write comment.