Color Hex Logo

#cbb30d Color Hex

#CBB30D
(203,179,13)
0 Favorites   0 Comments

Color spaces of #cbb30d

RGB 20317913
HSL0.150.880.42
HSV52°94°80°
CMYK 0.000.120.94   0.20
XYZ40.821344.96586.9085
Yxy44.96580.44040.4851
Hunter Lab67.0565-8.685440.8312
CIE-Lab72.8694-5.816173.4534

#cbb30d color RGB value is (203,179,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00001101
Octal 313 263 15
Decimal 203 179 13
Hex CB B3 D

RGB Percentages of Color #cbb30d

%51.39
%45.32
%3.29

CMYK Percentages of Color #cbb30d

%0
%12
%94
%20

Triadic Colors of #cbb30d

#cbb30d #0dcbb3 #b30dcb

Analogous Colors of #cbb30d

#cbb30d #84cb0d #cb540d

Monochromatic Colors of #cbb30d

#cbb30d

Complementary Color

#cbb30d #0d25cb

#cbb30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb30d Color CSS Codes

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

#cbb30d Text Font Color

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

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


#cbb30d Background Color

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

This div background color is #cbb30d


#cbb30d Border Color

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

This div border color is #cbb30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb30d


Comments

No comments written yet.

Please login to write comment.