Color Hex Logo

#cbc048 Color Hex

#CBC048
(203,192,72)
0 Favorites   0 Comments

Color spaces of #cbc048

RGB 20319272
HSL0.150.560.54
HSV55°65°80°
CMYK 0.000.050.65   0.20
XYZ44.647950.863713.5954
Yxy50.86370.40920.4662
Hunter Lab71.3188-13.061038.6208
CIE-Lab76.5964-10.443559.6856

#cbc048 color RGB value is (203,192,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01001000
Octal 313 300 110
Decimal 203 192 72
Hex CB C0 48

RGB Percentages of Color #cbc048

%43.47
%41.11
%15.42

CMYK Percentages of Color #cbc048

%0
%5
%65
%20

Triadic Colors of #cbc048

#cbc048 #48cbc0 #c048cb

Analogous Colors of #cbc048

#cbc048 #95cb48 #cb7f48

Monochromatic Colors of #cbc048

#cbc048

Complementary Color

#cbc048 #4853cb

#cbc048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc048 Color CSS Codes

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

#cbc048 Text Font Color

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

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


#cbc048 Background Color

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

This div background color is #cbc048


#cbc048 Border Color

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

This div border color is #cbc048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc048


Comments

No comments written yet.

Please login to write comment.