Color Hex Logo

#cbb430 Color Hex

#CBB430
(203,180,48)
0 Favorites   0 Comments

Color spaces of #cbb430

RGB 20318048
HSL0.140.620.49
HSV51°76°80°
CMYK 0.000.110.76   0.20
XYZ41.483445.55249.4024
Yxy45.55240.43020.4723
Hunter Lab67.4925-8.399238.9851
CIE-Lab73.2541-5.446065.4857

#cbb430 color RGB value is (203,180,48).

#cbb430 hex color red value is 203, green value is 180 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cbb430 hue: 0.14 , saturation: 0.62 and the lightness value of cbb430 is 0.49.

The process color (four color CMYK) of #cbb430 color hex is 0.00, 0.11, 0.76, 0.20. Web safe color of #cbb430 is #cccc33. Color #cbb430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 00110000
Octal 313 264 60
Decimal 203 180 48
Hex CB B4 30

RGB Percentages of Color #cbb430

%47.10
%41.76
%11.14

CMYK Percentages of Color #cbb430

%0
%11
%76
%20

Triadic Colors of #cbb430

#cbb430 #30cbb4 #b430cb

Analogous Colors of #cbb430

#cbb430 #95cb30 #cb6730

Monochromatic Colors of #cbb430

#cbb430

Complementary Color

#cbb430 #3047cb

#cbb430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb430 Color CSS Codes

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

#cbb430 Text Font Color

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

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


#cbb430 Background Color

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

This div background color is #cbb430


#cbb430 Border Color

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

This div border color is #cbb430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb430


Comments

No comments written yet.

Please login to write comment.