Color Hex Logo

#cbbc55 Color Hex

#CBBC55
(203,188,85)
0 Favorites   0 Comments

Color spaces of #cbbc55

RGB 20318885
HSL0.150.530.56
HSV52°58°80°
CMYK 0.000.070.58   0.20
XYZ44.251549.318815.7815
Yxy49.31880.40470.4510
Hunter Lab70.2273-10.421835.8355
CIE-Lab75.6492-7.514752.9587

#cbbc55 color RGB value is (203,188,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01010101
Octal 313 274 125
Decimal 203 188 85
Hex CB BC 55

RGB Percentages of Color #cbbc55

%42.65
%39.50
%17.86

CMYK Percentages of Color #cbbc55

%0
%7
%58
%20

Triadic Colors of #cbbc55

#cbbc55 #55cbbc #bc55cb

Analogous Colors of #cbbc55

#cbbc55 #9fcb55 #cb8155

Monochromatic Colors of #cbbc55

#cbbc55

Complementary Color

#cbbc55 #5564cb

#cbbc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc55 Color CSS Codes

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

#cbbc55 Text Font Color

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

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


#cbbc55 Background Color

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

This div background color is #cbbc55


#cbbc55 Border Color

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

This div border color is #cbbc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc55


Comments

No comments written yet.

Please login to write comment.