Color Hex Logo

#cbbb5d Color Hex

#CBBB5D
(203,187,93)
0 Favorites   0 Comments

Color spaces of #cbbb5d

RGB 20318793
HSL0.140.510.58
HSV51°54°80°
CMYK 0.000.080.54   0.20
XYZ44.374749.027517.4804
Yxy49.02750.40020.4422
Hunter Lab70.0196-9.410634.2120
CIE-Lab75.4684-6.376149.0048

#cbbb5d color RGB value is (203,187,93).

#cbbb5d hex color red value is 203, green value is 187 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cbbb5d hue: 0.14 , saturation: 0.51 and the lightness value of cbbb5d is 0.58.

The process color (four color CMYK) of #cbbb5d color hex is 0.00, 0.08, 0.54, 0.20. Web safe color of #cbbb5d is #cccc66. Color #cbbb5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01011101
Octal 313 273 135
Decimal 203 187 93
Hex CB BB 5D

RGB Percentages of Color #cbbb5d

%42.03
%38.72
%19.25

CMYK Percentages of Color #cbbb5d

%0
%8
%54
%20

Triadic Colors of #cbbb5d

#cbbb5d #5dcbbb #bb5dcb

Analogous Colors of #cbbb5d

#cbbb5d #a4cb5d #cb845d

Monochromatic Colors of #cbbb5d

#cbbb5d

Complementary Color

#cbbb5d #5d6dcb

#cbbb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb5d Color CSS Codes

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

#cbbb5d Text Font Color

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

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


#cbbb5d Background Color

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

This div background color is #cbbb5d


#cbbb5d Border Color

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

This div border color is #cbbb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb5d


Comments

No comments written yet.

Please login to write comment.