Color Hex Logo

#cbc666 Color Hex

#CBC666
(203,198,102)
0 Favorites   0 Comments

Color spaces of #cbc666

RGB 203198102
HSL0.160.490.60
HSV57°50°80°
CMYK 0.000.020.50   0.20
XYZ47.221054.044020.5131
Yxy54.04400.38780.4438
Hunter Lab73.5146-13.993834.9163
CIE-Lab78.4874-11.266748.2558

#cbc666 color RGB value is (203,198,102).

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

The process color (four color CMYK) of #cbc666 color hex is 0.00, 0.02, 0.50, 0.20. Web safe color of #cbc666 is #cccc66. Color #cbc666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 01100110
Octal 313 306 146
Decimal 203 198 102
Hex CB C6 66

RGB Percentages of Color #cbc666

%40.36
%39.36
%20.28

CMYK Percentages of Color #cbc666

%0
%2
%50
%20

Triadic Colors of #cbc666

#cbc666 #66cbc6 #c666cb

Analogous Colors of #cbc666

#cbc666 #9ecb66 #cb9466

Monochromatic Colors of #cbc666

#cbc666

Complementary Color

#cbc666 #666bcb

#cbc666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc666 Color CSS Codes

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

#cbc666 Text Font Color

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

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


#cbc666 Background Color

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

This div background color is #cbc666


#cbc666 Border Color

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

This div border color is #cbc666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc666


Comments

No comments written yet.

Please login to write comment.