Color Hex Logo

#cbc148 Color Hex

#CBC148
(203,193,72)
0 Favorites   0 Comments

Color spaces of #cbc148

RGB 20319372
HSL0.150.560.54
HSV55°65°80°
CMYK 0.000.050.65   0.20
XYZ44.868351.304313.6688
Yxy51.30430.40850.4671
Hunter Lab71.6270-13.532138.8244
CIE-Lab76.8630-10.954159.9657

#cbc148 color RGB value is (203,193,72).

#cbc148 hex color red value is 203, green value is 193 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbc148 hue: 0.15 , saturation: 0.56 and the lightness value of cbc148 is 0.54.

The process color (four color CMYK) of #cbc148 color hex is 0.00, 0.05, 0.65, 0.20. Web safe color of #cbc148 is #cccc33. Color #cbc148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01001000
Octal 313 301 110
Decimal 203 193 72
Hex CB C1 48

RGB Percentages of Color #cbc148

%43.38
%41.24
%15.38

CMYK Percentages of Color #cbc148

%0
%5
%65
%20

Triadic Colors of #cbc148

#cbc148 #48cbc1 #c148cb

Analogous Colors of #cbc148

#cbc148 #94cb48 #cb8048

Monochromatic Colors of #cbc148

#cbc148

Complementary Color

#cbc148 #4852cb

#cbc148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc148 Color CSS Codes

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

#cbc148 Text Font Color

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

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


#cbc148 Background Color

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

This div background color is #cbc148


#cbc148 Border Color

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

This div border color is #cbc148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc148


Comments

No comments written yet.

Please login to write comment.