Color Hex Logo

#cbb02d Color Hex

#CBB02D
(203,176,45)
0 Favorites   0 Comments

Color spaces of #cbb02d

RGB 20317645
HSL0.140.640.49
HSV50°78°80°
CMYK 0.000.130.78   0.20
XYZ40.627643.93668.8219
Yxy43.93660.43500.4705
Hunter Lab66.2847-6.590938.5083
CIE-Lab72.1861-3.468665.5023

#cbb02d color RGB value is (203,176,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00101101
Octal 313 260 55
Decimal 203 176 45
Hex CB B0 2D

RGB Percentages of Color #cbb02d

%47.88
%41.51
%10.61

CMYK Percentages of Color #cbb02d

%0
%13
%78
%20

Triadic Colors of #cbb02d

#cbb02d #2dcbb0 #b02dcb

Analogous Colors of #cbb02d

#cbb02d #97cb2d #cb612d

Monochromatic Colors of #cbb02d

#cbb02d

Complementary Color

#cbb02d #2d48cb

#cbb02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb02d Color CSS Codes

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

#cbb02d Text Font Color

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

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


#cbb02d Background Color

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

This div background color is #cbb02d


#cbb02d Border Color

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

This div border color is #cbb02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb02d


Comments

No comments written yet.

Please login to write comment.