Color Hex Logo

#cbc37f Color Hex

#CBC37F
(203,195,127)
0 Favorites   0 Comments

Color spaces of #cbc37f

RGB 203195127
HSL0.150.420.65
HSV54°37°80°
CMYK 0.000.040.37   0.20
XYZ47.974553.259027.8302
Yxy53.25900.37170.4127
Hunter Lab72.9788-10.371228.4751
CIE-Lab78.0277-7.190035.1912

#cbc37f color RGB value is (203,195,127).

#cbc37f hex color red value is 203, green value is 195 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cbc37f hue: 0.15 , saturation: 0.42 and the lightness value of cbc37f is 0.65.

The process color (four color CMYK) of #cbc37f color hex is 0.00, 0.04, 0.37, 0.20. Web safe color of #cbc37f is #cccc66. Color #cbc37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 01111111
Octal 313 303 177
Decimal 203 195 127
Hex CB C3 7F

RGB Percentages of Color #cbc37f

%38.67
%37.14
%24.19

CMYK Percentages of Color #cbc37f

%0
%4
%37
%20

Triadic Colors of #cbc37f

#cbc37f #7fcbc3 #c37fcb

Analogous Colors of #cbc37f

#cbc37f #adcb7f #cb9d7f

Monochromatic Colors of #cbc37f

#cbc37f

Complementary Color

#cbc37f #7f87cb

#cbc37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc37f Color CSS Codes

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

#cbc37f Text Font Color

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

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


#cbc37f Background Color

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

This div background color is #cbc37f


#cbc37f Border Color

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

This div border color is #cbc37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc37f


Comments

No comments written yet.

Please login to write comment.