Color Hex Logo

#cbc260 Color Hex

#CBC260
(203,194,96)
0 Favorites   0 Comments

Color spaces of #cbc260

RGB 20319496
HSL0.150.510.59
HSV55°53°80°
CMYK 0.000.040.53   0.20
XYZ46.031752.124618.7013
Yxy52.12460.39390.4461
Hunter Lab72.1974-12.537135.1803
CIE-Lab77.3553-9.739949.7841

#cbc260 color RGB value is (203,194,96).

#cbc260 hex color red value is 203, green value is 194 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cbc260 hue: 0.15 , saturation: 0.51 and the lightness value of cbc260 is 0.59.

The process color (four color CMYK) of #cbc260 color hex is 0.00, 0.04, 0.53, 0.20. Web safe color of #cbc260 is #cccc66. Color #cbc260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 01100000
Octal 313 302 140
Decimal 203 194 96
Hex CB C2 60

RGB Percentages of Color #cbc260

%41.18
%39.35
%19.47

CMYK Percentages of Color #cbc260

%0
%4
%53
%20

Triadic Colors of #cbc260

#cbc260 #60cbc2 #c260cb

Analogous Colors of #cbc260

#cbc260 #9fcb60 #cb8d60

Monochromatic Colors of #cbc260

#cbc260

Complementary Color

#cbc260 #6069cb

#cbc260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc260 Color CSS Codes

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

#cbc260 Text Font Color

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

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


#cbc260 Background Color

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

This div background color is #cbc260


#cbc260 Border Color

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

This div border color is #cbc260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc260


Comments

No comments written yet.

Please login to write comment.