Color Hex Logo

#cbb278 Color Hex

#CBB278
(203,178,120)
0 Favorites   0 Comments

Color spaces of #cbb278

RGB 203178120
HSL0.120.440.63
HSV42°41°80°
CMYK 0.000.120.41   0.20
XYZ43.939245.893424.3118
Yxy45.89340.38490.4021
Hunter Lab67.7447-2.778026.1436
CIE-Lab73.47630.937632.9355

#cbb278 color RGB value is (203,178,120).

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

The process color (four color CMYK) of #cbb278 color hex is 0.00, 0.12, 0.41, 0.20. Web safe color of #cbb278 is #cc9966. Color #cbb278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01111000
Octal 313 262 170
Decimal 203 178 120
Hex CB B2 78

RGB Percentages of Color #cbb278

%40.52
%35.53
%23.95

CMYK Percentages of Color #cbb278

%0
%12
%41
%20

Triadic Colors of #cbb278

#cbb278 #78cbb2 #b278cb

Analogous Colors of #cbb278

#cbb278 #bbcb78 #cb8978

Monochromatic Colors of #cbb278

#cbb278

Complementary Color

#cbb278 #7891cb

#cbb278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb278 Color CSS Codes

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

#cbb278 Text Font Color

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

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


#cbb278 Background Color

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

This div background color is #cbb278


#cbb278 Border Color

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

This div border color is #cbb278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb278


Comments

No comments written yet.

Please login to write comment.