Color Hex Logo

#cbc348 Color Hex

#CBC348
(203,195,72)
0 Favorites   0 Comments

Color spaces of #cbc348

RGB 20319572
HSL0.160.560.54
HSV56°65°80°
CMYK 0.000.040.65   0.20
XYZ45.313452.194613.8172
Yxy52.19460.40700.4688
Hunter Lab72.2458-14.473039.2327
CIE-Lab77.3971-11.973160.5254

#cbc348 color RGB value is (203,195,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 01001000
Octal 313 303 110
Decimal 203 195 72
Hex CB C3 48

RGB Percentages of Color #cbc348

%43.19
%41.49
%15.32

CMYK Percentages of Color #cbc348

%0
%4
%65
%20

Triadic Colors of #cbc348

#cbc348 #48cbc3 #c348cb

Analogous Colors of #cbc348

#cbc348 #92cb48 #cb8248

Monochromatic Colors of #cbc348

#cbc348

Complementary Color

#cbc348 #4850cb

#cbc348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc348 Color CSS Codes

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

#cbc348 Text Font Color

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

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


#cbc348 Background Color

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

This div background color is #cbc348


#cbc348 Border Color

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

This div border color is #cbc348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc348


Comments

No comments written yet.

Please login to write comment.