Color Hex Logo

#cbc58b Color Hex

#CBC58B
(203,197,139)
0 Favorites   0 Comments

Color spaces of #cbc58b

RGB 203197139
HSL0.150.380.67
HSV54°32°80°
CMYK 0.000.030.32   0.20
XYZ49.255154.493132.3483
Yxy54.49310.36190.4004
Hunter Lab73.8194-10.082125.6922
CIE-Lab78.7484-6.785429.9067

#cbc58b color RGB value is (203,197,139).

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

The process color (four color CMYK) of #cbc58b color hex is 0.00, 0.03, 0.32, 0.20. Web safe color of #cbc58b is #cccc99. Color #cbc58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10001011
Octal 313 305 213
Decimal 203 197 139
Hex CB C5 8B

RGB Percentages of Color #cbc58b

%37.66
%36.55
%25.79

CMYK Percentages of Color #cbc58b

%0
%3
%32
%20

Triadic Colors of #cbc58b

#cbc58b #8bcbc5 #c58bcb

Analogous Colors of #cbc58b

#cbc58b #b1cb8b #cba58b

Monochromatic Colors of #cbc58b

#cbc58b

Complementary Color

#cbc58b #8b91cb

#cbc58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc58b Color CSS Codes

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

#cbc58b Text Font Color

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

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


#cbc58b Background Color

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

This div background color is #cbc58b


#cbc58b Border Color

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

This div border color is #cbc58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc58b

#cbc58b Color Palettes


Comments

No comments written yet.

Please login to write comment.