Color Hex Logo

#cbb14b Color Hex

#CBB14B
(203,177,75)
0 Favorites   0 Comments

Color spaces of #cbb14b

RGB 20317775
HSL0.130.550.55
HSV48°63°80°
CMYK 0.000.130.63   0.20
XYZ41.620744.648813.0810
Yxy44.64880.41890.4494
Hunter Lab66.8198-5.750535.1669
CIE-Lab72.6600-2.467254.1758

#cbb14b color RGB value is (203,177,75).

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

The process color (four color CMYK) of #cbb14b color hex is 0.00, 0.13, 0.63, 0.20. Web safe color of #cbb14b is #cc9933. Color #cbb14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01001011
Octal 313 261 113
Decimal 203 177 75
Hex CB B1 4B

RGB Percentages of Color #cbb14b

%44.62
%38.90
%16.48

CMYK Percentages of Color #cbb14b

%0
%13
%63
%20

Triadic Colors of #cbb14b

#cbb14b #4bcbb1 #b14bcb

Analogous Colors of #cbb14b

#cbb14b #a5cb4b #cb714b

Monochromatic Colors of #cbb14b

#cbb14b

Complementary Color

#cbb14b #4b65cb

#cbb14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb14b Color CSS Codes

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

#cbb14b Text Font Color

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

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


#cbb14b Background Color

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

This div background color is #cbb14b


#cbb14b Border Color

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

This div border color is #cbb14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb14b


Comments

No comments written yet.

Please login to write comment.