Color Hex Logo

#cbb318 Color Hex

#CBB318
(203,179,24)
0 Favorites   0 Comments

Color spaces of #cbb318

RGB 20317924
HSL0.140.790.45
HSV52°88°80°
CMYK 0.000.120.88   0.20
XYZ40.913645.00277.3942
Yxy45.00270.43850.4823
Hunter Lab67.0841-8.532540.4237
CIE-Lab72.8937-5.636871.6680

#cbb318 color RGB value is (203,179,24).

#cbb318 hex color red value is 203, green value is 179 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cbb318 hue: 0.14 , saturation: 0.79 and the lightness value of cbb318 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00011000
Octal 313 263 30
Decimal 203 179 24
Hex CB B3 18

RGB Percentages of Color #cbb318

%50.00
%44.09
%5.91

CMYK Percentages of Color #cbb318

%0
%12
%88
%20

Triadic Colors of #cbb318

#cbb318 #18cbb3 #b318cb

Analogous Colors of #cbb318

#cbb318 #8acb18 #cb5a18

Monochromatic Colors of #cbb318

#cbb318

Complementary Color

#cbb318 #1830cb

#cbb318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb318 Color CSS Codes

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

#cbb318 Text Font Color

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

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


#cbb318 Background Color

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

This div background color is #cbb318


#cbb318 Border Color

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

This div border color is #cbb318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb318


Comments

No comments written yet.

Please login to write comment.