Color Hex Logo

#cbc278 Color Hex

#CBC278
(203,194,120)
0 Favorites   0 Comments

Color spaces of #cbc278

RGB 203194120
HSL0.150.440.63
HSV53°41°80°
CMYK 0.000.040.41   0.20
XYZ47.310652.636125.4356
Yxy52.63610.37730.4198
Hunter Lab72.5507-10.563329.9990
CIE-Lab77.6597-7.448738.3068

#cbc278 color RGB value is (203,194,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 01111000
Octal 313 302 170
Decimal 203 194 120
Hex CB C2 78

RGB Percentages of Color #cbc278

%39.26
%37.52
%23.21

CMYK Percentages of Color #cbc278

%0
%4
%41
%20

Triadic Colors of #cbc278

#cbc278 #78cbc2 #c278cb

Analogous Colors of #cbc278

#cbc278 #abcb78 #cb9978

Monochromatic Colors of #cbc278

#cbc278

Complementary Color

#cbc278 #7881cb

#cbc278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc278 Color CSS Codes

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

#cbc278 Text Font Color

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

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


#cbc278 Background Color

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

This div background color is #cbc278


#cbc278 Border Color

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

This div border color is #cbc278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc278


Comments

No comments written yet.

Please login to write comment.