Color Hex Logo

#cbb958 Color Hex

#CBB958
(203,185,88)
0 Favorites   0 Comments

Color spaces of #cbb958

RGB 20318588
HSL0.140.530.57
HSV51°57°80°
CMYK 0.000.090.57   0.20
XYZ43.739048.099016.2113
Yxy48.09900.40480.4452
Hunter Lab69.3534-8.794334.6884
CIE-Lab74.8873-5.732550.6998

#cbb958 color RGB value is (203,185,88).

#cbb958 hex color red value is 203, green value is 185 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cbb958 hue: 0.14 , saturation: 0.53 and the lightness value of cbb958 is 0.57.

The process color (four color CMYK) of #cbb958 color hex is 0.00, 0.09, 0.57, 0.20. Web safe color of #cbb958 is #cccc66. Color #cbb958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01011000
Octal 313 271 130
Decimal 203 185 88
Hex CB B9 58

RGB Percentages of Color #cbb958

%42.65
%38.87
%18.49

CMYK Percentages of Color #cbb958

%0
%9
%57
%20

Triadic Colors of #cbb958

#cbb958 #58cbb9 #b958cb

Analogous Colors of #cbb958

#cbb958 #a4cb58 #cb8058

Monochromatic Colors of #cbb958

#cbb958

Complementary Color

#cbb958 #586acb

#cbb958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb958 Color CSS Codes

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

#cbb958 Text Font Color

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

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


#cbb958 Background Color

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

This div background color is #cbb958


#cbb958 Border Color

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

This div border color is #cbb958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb958


Comments

No comments written yet.

Please login to write comment.