Color Hex Logo

#cbc168 Color Hex

#CBC168
(203,193,104)
0 Favorites   0 Comments

Color spaces of #cbc168

RGB 203193104
HSL0.150.490.60
HSV54°49°80°
CMYK 0.000.050.49   0.20
XYZ46.197351.835920.6672
Yxy51.83590.38920.4367
Hunter Lab71.9972-11.459733.3785
CIE-Lab77.1826-8.525345.7199

#cbc168 color RGB value is (203,193,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01101000
Octal 313 301 150
Decimal 203 193 104
Hex CB C1 68

RGB Percentages of Color #cbc168

%40.60
%38.60
%20.80

CMYK Percentages of Color #cbc168

%0
%5
%49
%20

Triadic Colors of #cbc168

#cbc168 #68cbc1 #c168cb

Analogous Colors of #cbc168

#cbc168 #a4cb68 #cb9068

Monochromatic Colors of #cbc168

#cbc168

Complementary Color

#cbc168 #6872cb

#cbc168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc168 Color CSS Codes

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

#cbc168 Text Font Color

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

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


#cbc168 Background Color

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

This div background color is #cbc168


#cbc168 Border Color

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

This div border color is #cbc168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc168


Comments

No comments written yet.

Please login to write comment.