Color Hex Logo

#cbc44b Color Hex

#CBC44B
(203,196,75)
0 Favorites   0 Comments

Color spaces of #cbc44b

RGB 20319675
HSL0.160.550.55
HSV57°63°80°
CMYK 0.000.030.63   0.20
XYZ45.638552.684414.4203
Yxy52.68440.40480.4673
Hunter Lab72.5840-14.787039.0296
CIE-Lab77.6883-12.296559.5860

#cbc44b color RGB value is (203,196,75).

#cbc44b hex color red value is 203, green value is 196 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cbc44b hue: 0.16 , saturation: 0.55 and the lightness value of cbc44b is 0.55.

The process color (four color CMYK) of #cbc44b color hex is 0.00, 0.03, 0.63, 0.20. Web safe color of #cbc44b is #cccc33. Color #cbc44b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 01001011
Octal 313 304 113
Decimal 203 196 75
Hex CB C4 4B

RGB Percentages of Color #cbc44b

%42.83
%41.35
%15.82

CMYK Percentages of Color #cbc44b

%0
%3
%63
%20

Triadic Colors of #cbc44b

#cbc44b #4bcbc4 #c44bcb

Analogous Colors of #cbc44b

#cbc44b #92cb4b #cb844b

Monochromatic Colors of #cbc44b

#cbc44b

Complementary Color

#cbc44b #4b52cb

#cbc44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc44b Color CSS Codes

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

#cbc44b Text Font Color

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

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


#cbc44b Background Color

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

This div background color is #cbc44b


#cbc44b Border Color

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

This div border color is #cbc44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc44b


Comments

No comments written yet.

Please login to write comment.