Color Hex Logo

#cbb625 Color Hex

#CBB625
(203,182,37)
0 Favorites   0 Comments

Color spaces of #cbb625

RGB 20318237
HSL0.150.690.47
HSV52°82°80°
CMYK 0.000.100.82   0.20
XYZ41.690546.28608.4870
Yxy46.28600.43220.4798
Hunter Lab68.0338-9.676040.2274
CIE-Lab73.7307-6.870269.2747

#cbb625 color RGB value is (203,182,37).

#cbb625 hex color red value is 203, green value is 182 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cbb625 hue: 0.15 , saturation: 0.69 and the lightness value of cbb625 is 0.47.

The process color (four color CMYK) of #cbb625 color hex is 0.00, 0.10, 0.82, 0.20. Web safe color of #cbb625 is #cccc33. Color #cbb625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 00100101
Octal 313 266 45
Decimal 203 182 37
Hex CB B6 25

RGB Percentages of Color #cbb625

%48.10
%43.13
%8.77

CMYK Percentages of Color #cbb625

%0
%10
%82
%20

Triadic Colors of #cbb625

#cbb625 #25cbb6 #b625cb

Analogous Colors of #cbb625

#cbb625 #8dcb25 #cb6325

Monochromatic Colors of #cbb625

#cbb625

Complementary Color

#cbb625 #253acb

#cbb625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb625 Color CSS Codes

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

#cbb625 Text Font Color

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

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


#cbb625 Background Color

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

This div background color is #cbb625


#cbb625 Border Color

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

This div border color is #cbb625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb625


Comments

No comments written yet.

Please login to write comment.