Color Hex Logo

#cbb617 Color Hex

#CBB617
(203,182,23)
0 Favorites   0 Comments

Color spaces of #cbb617

RGB 20318223
HSL0.150.800.44
HSV53°89°80°
CMYK 0.000.100.89   0.20
XYZ41.511246.21437.5430
Yxy46.21430.43570.4851
Hunter Lab67.9811-9.969741.0081
CIE-Lab73.6844-7.215772.4876

#cbb617 color RGB value is (203,182,23).

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

The process color (four color CMYK) of #cbb617 color hex is 0.00, 0.10, 0.89, 0.20. Web safe color of #cbb617 is #cccc00. Color #cbb617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 00010111
Octal 313 266 27
Decimal 203 182 23
Hex CB B6 17

RGB Percentages of Color #cbb617

%49.75
%44.61
%5.64

CMYK Percentages of Color #cbb617

%0
%10
%89
%20

Triadic Colors of #cbb617

#cbb617 #17cbb6 #b617cb

Analogous Colors of #cbb617

#cbb617 #86cb17 #cb5c17

Monochromatic Colors of #cbb617

#cbb617

Complementary Color

#cbb617 #172ccb

#cbb617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb617 Color CSS Codes

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

#cbb617 Text Font Color

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

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


#cbb617 Background Color

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

This div background color is #cbb617


#cbb617 Border Color

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

This div border color is #cbb617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb617


Comments

No comments written yet.

Please login to write comment.