Color Hex Logo

#cbc155 Color Hex

#CBC155
(203,193,85)
0 Favorites   0 Comments

Color spaces of #cbc155

RGB 20319385
HSL0.150.530.56
HSV55°58°80°
CMYK 0.000.050.58   0.20
XYZ45.338351.492316.1438
Yxy51.49230.40130.4558
Hunter Lab71.7581-12.796736.8919
CIE-Lab76.9763-10.087854.4488

#cbc155 color RGB value is (203,193,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01010101
Octal 313 301 125
Decimal 203 193 85
Hex CB C1 55

RGB Percentages of Color #cbc155

%42.20
%40.12
%17.67

CMYK Percentages of Color #cbc155

%0
%5
%58
%20

Triadic Colors of #cbc155

#cbc155 #55cbc1 #c155cb

Analogous Colors of #cbc155

#cbc155 #9acb55 #cb8655

Monochromatic Colors of #cbc155

#cbc155

Complementary Color

#cbc155 #555fcb

#cbc155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc155 Color CSS Codes

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

#cbc155 Text Font Color

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

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


#cbc155 Background Color

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

This div background color is #cbc155


#cbc155 Border Color

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

This div border color is #cbc155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc155


Comments

No comments written yet.

Please login to write comment.