Color Hex Logo

#cbbc2b Color Hex

#CBBC2B
(203,188,43)
0 Favorites   0 Comments

Color spaces of #cbbc2b

RGB 20318843
HSL0.150.650.48
HSV54°79°80°
CMYK 0.000.070.79   0.20
XYZ43.047948.83749.4432
Yxy48.83740.42480.4820
Hunter Lab69.8838-12.341840.9069
CIE-Lab75.3501-9.770968.9716

#cbbc2b color RGB value is (203,188,43).

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

The process color (four color CMYK) of #cbbc2b color hex is 0.00, 0.07, 0.79, 0.20. Web safe color of #cbbc2b is #cccc33. Color #cbbc2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 00101011
Octal 313 274 53
Decimal 203 188 43
Hex CB BC 2B

RGB Percentages of Color #cbbc2b

%46.77
%43.32
%9.91

CMYK Percentages of Color #cbbc2b

%0
%7
%79
%20

Triadic Colors of #cbbc2b

#cbbc2b #2bcbbc #bc2bcb

Analogous Colors of #cbbc2b

#cbbc2b #8acb2b #cb6c2b

Monochromatic Colors of #cbbc2b

#cbbc2b

Complementary Color

#cbbc2b #2b3acb

#cbbc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc2b Color CSS Codes

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

#cbbc2b Text Font Color

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

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


#cbbc2b Background Color

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

This div background color is #cbbc2b


#cbbc2b Border Color

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

This div border color is #cbbc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc2b


Comments

No comments written yet.

Please login to write comment.