Color Hex Logo

#cbb30e Color Hex

#CBB30E
(203,179,14)
0 Favorites   0 Comments

Color spaces of #cbb30e

RGB 20317914
HSL0.150.870.43
HSV52°93°80°
CMYK 0.000.120.93   0.20
XYZ40.828044.96846.9434
Yxy44.96840.44020.4849
Hunter Lab67.0585-8.674140.8019
CIE-Lab72.8711-5.802973.3222

#cbb30e color RGB value is (203,179,14).

#cbb30e hex color red value is 203, green value is 179 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cbb30e hue: 0.15 , saturation: 0.87 and the lightness value of cbb30e is 0.43.

The process color (four color CMYK) of #cbb30e color hex is 0.00, 0.12, 0.93, 0.20. Web safe color of #cbb30e is #cccc00. Color #cbb30e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00001110
Octal 313 263 16
Decimal 203 179 14
Hex CB B3 E

RGB Percentages of Color #cbb30e

%51.26
%45.20
%3.54

CMYK Percentages of Color #cbb30e

%0
%12
%93
%20

Triadic Colors of #cbb30e

#cbb30e #0ecbb3 #b30ecb

Analogous Colors of #cbb30e

#cbb30e #85cb0e #cb550e

Monochromatic Colors of #cbb30e

#cbb30e

Complementary Color

#cbb30e #0e26cb

#cbb30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb30e Color CSS Codes

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

#cbb30e Text Font Color

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

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


#cbb30e Background Color

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

This div background color is #cbb30e


#cbb30e Border Color

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

This div border color is #cbb30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb30e


Comments

No comments written yet.

Please login to write comment.