Color Hex Logo

#cbc178 Color Hex

#CBC178
(203,193,120)
0 Favorites   0 Comments

Color spaces of #cbc178

RGB 203193120
HSL0.150.440.63
HSV53°41°80°
CMYK 0.000.050.41   0.20
XYZ47.088752.192525.3616
Yxy52.19250.37780.4187
Hunter Lab72.2444-10.081829.7571
CIE-Lab77.3958-6.931837.9714

#cbc178 color RGB value is (203,193,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01111000
Octal 313 301 170
Decimal 203 193 120
Hex CB C1 78

RGB Percentages of Color #cbc178

%39.34
%37.40
%23.26

CMYK Percentages of Color #cbc178

%0
%5
%41
%20

Triadic Colors of #cbc178

#cbc178 #78cbc1 #c178cb

Analogous Colors of #cbc178

#cbc178 #accb78 #cb9878

Monochromatic Colors of #cbc178

#cbc178

Complementary Color

#cbc178 #7882cb

#cbc178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc178 Color CSS Codes

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

#cbc178 Text Font Color

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

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


#cbc178 Background Color

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

This div background color is #cbc178


#cbc178 Border Color

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

This div border color is #cbc178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc178


Comments

No comments written yet.

Please login to write comment.