Color Hex Logo

#cbc57f Color Hex

#CBC57F
(203,197,127)
0 Favorites   0 Comments

Color spaces of #cbc57f

RGB 203197127
HSL0.150.420.65
HSV55°37°80°
CMYK 0.000.030.37   0.20
XYZ48.425654.161327.9806
Yxy54.16130.37090.4148
Hunter Lab73.5944-11.335928.9740
CIE-Lab78.5557-8.222135.8734

#cbc57f color RGB value is (203,197,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 01111111
Octal 313 305 177
Decimal 203 197 127
Hex CB C5 7F

RGB Percentages of Color #cbc57f

%38.52
%37.38
%24.10

CMYK Percentages of Color #cbc57f

%0
%3
%37
%20

Triadic Colors of #cbc57f

#cbc57f #7fcbc5 #c57fcb

Analogous Colors of #cbc57f

#cbc57f #abcb7f #cb9f7f

Monochromatic Colors of #cbc57f

#cbc57f

Complementary Color

#cbc57f #7f85cb

#cbc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc57f Color CSS Codes

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

#cbc57f Text Font Color

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

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


#cbc57f Background Color

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

This div background color is #cbc57f


#cbc57f Border Color

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

This div border color is #cbc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc57f


Comments

No comments written yet.

Please login to write comment.