Color Hex Logo

#cbbf5d Color Hex

#CBBF5D
(203,191,93)
0 Favorites   0 Comments

Color spaces of #cbbf5d

RGB 20319193
HSL0.150.510.58
HSV53°54°80°
CMYK 0.000.060.54   0.20
XYZ45.235250.748417.7672
Yxy50.74840.39770.4461
Hunter Lab71.2379-11.321035.0792
CIE-Lab76.5264-8.444850.2376

#cbbf5d color RGB value is (203,191,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111111 01011101
Octal 313 277 135
Decimal 203 191 93
Hex CB BF 5D

RGB Percentages of Color #cbbf5d

%41.68
%39.22
%19.10

CMYK Percentages of Color #cbbf5d

%0
%6
%54
%20

Triadic Colors of #cbbf5d

#cbbf5d #5dcbbf #bf5dcb

Analogous Colors of #cbbf5d

#cbbf5d #a0cb5d #cb885d

Monochromatic Colors of #cbbf5d

#cbbf5d

Complementary Color

#cbbf5d #5d69cb

#cbbf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbf5d Color CSS Codes

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

#cbbf5d Text Font Color

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

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


#cbbf5d Background Color

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

This div background color is #cbbf5d


#cbbf5d Border Color

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

This div border color is #cbbf5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,191,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 #cbbf5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbf5d


Comments

No comments written yet.

Please login to write comment.