Color Hex Logo

#cbb655 Color Hex

#CBB655
(203,182,85)
0 Favorites   0 Comments

Color spaces of #cbb655

RGB 20318285
HSL0.140.530.56
HSV49°58°80°
CMYK 0.000.100.58   0.20
XYZ42.996246.808315.3631
Yxy46.80830.40880.4451
Hunter Lab68.4166-7.551334.5779
CIE-Lab74.0670-4.394251.1674

#cbb655 color RGB value is (203,182,85).

#cbb655 hex color red value is 203, green value is 182 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cbb655 hue: 0.14 , saturation: 0.53 and the lightness value of cbb655 is 0.56.

The process color (four color CMYK) of #cbb655 color hex is 0.00, 0.10, 0.58, 0.20. Web safe color of #cbb655 is #cccc66. Color #cbb655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01010101
Octal 313 266 125
Decimal 203 182 85
Hex CB B6 55

RGB Percentages of Color #cbb655

%43.19
%38.72
%18.09

CMYK Percentages of Color #cbb655

%0
%10
%58
%20

Triadic Colors of #cbb655

#cbb655 #55cbb6 #b655cb

Analogous Colors of #cbb655

#cbb655 #a5cb55 #cb7b55

Monochromatic Colors of #cbb655

#cbb655

Complementary Color

#cbb655 #556acb

#cbb655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb655 Color CSS Codes

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

#cbb655 Text Font Color

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

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


#cbb655 Background Color

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

This div background color is #cbb655


#cbb655 Border Color

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

This div border color is #cbb655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb655


Comments

No comments written yet.

Please login to write comment.