Color Hex Logo

#cbc067 Color Hex

#CBC067
(203,192,103)
0 Favorites   0 Comments

Color spaces of #cbc067

RGB 203192103
HSL0.150.490.60
HSV53°49°80°
CMYK 0.000.050.49   0.20
XYZ45.926451.375120.3278
Yxy51.37510.39040.4368
Hunter Lab71.6764-11.060533.3586
CIE-Lab76.9057-8.101545.8750

#cbc067 color RGB value is (203,192,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01100111
Octal 313 300 147
Decimal 203 192 103
Hex CB C0 67

RGB Percentages of Color #cbc067

%40.76
%38.55
%20.68

CMYK Percentages of Color #cbc067

%0
%5
%49
%20

Triadic Colors of #cbc067

#cbc067 #67cbc0 #c067cb

Analogous Colors of #cbc067

#cbc067 #a4cb67 #cb8e67

Monochromatic Colors of #cbc067

#cbc067

Complementary Color

#cbc067 #6772cb

#cbc067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc067 Color CSS Codes

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

#cbc067 Text Font Color

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

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


#cbc067 Background Color

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

This div background color is #cbc067


#cbc067 Border Color

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

This div border color is #cbc067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc067


Comments

No comments written yet.

Please login to write comment.