Color Hex Logo

#cbbc5b Color Hex

#CBBC5B
(203,188,91)
0 Favorites   0 Comments

Color spaces of #cbbc5b

RGB 20318891
HSL0.140.520.58
HSV52°55°80°
CMYK 0.000.070.55   0.20
XYZ44.500149.418317.0908
Yxy49.41830.40090.4452
Hunter Lab70.2982-10.027834.7942
CIE-Lab75.7108-7.055850.2364

#cbbc5b color RGB value is (203,188,91).

#cbbc5b hex color red value is 203, green value is 188 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cbbc5b hue: 0.14 , saturation: 0.52 and the lightness value of cbbc5b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 01011011
Octal 313 274 133
Decimal 203 188 91
Hex CB BC 5B

RGB Percentages of Color #cbbc5b

%42.12
%39.00
%18.88

CMYK Percentages of Color #cbbc5b

%0
%7
%55
%20

Triadic Colors of #cbbc5b

#cbbc5b #5bcbbc #bc5bcb

Analogous Colors of #cbbc5b

#cbbc5b #a2cb5b #cb845b

Monochromatic Colors of #cbbc5b

#cbbc5b

Complementary Color

#cbbc5b #5b6acb

#cbbc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc5b Color CSS Codes

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

#cbbc5b Text Font Color

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

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


#cbbc5b Background Color

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

This div background color is #cbbc5b


#cbbc5b Border Color

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

This div border color is #cbbc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc5b


Comments

No comments written yet.

Please login to write comment.