Color Hex Logo

#cbc58a Color Hex

#CBC58A
(203,197,138)
0 Favorites   0 Comments

Color spaces of #cbc58a

RGB 203197138
HSL0.150.380.67
HSV54°32°80°
CMYK 0.000.030.32   0.20
XYZ49.182354.464031.9652
Yxy54.46400.36270.4016
Hunter Lab73.7997-10.191925.9793
CIE-Lab78.7315-6.910630.4065

#cbc58a color RGB value is (203,197,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10001010
Octal 313 305 212
Decimal 203 197 138
Hex CB C5 8A

RGB Percentages of Color #cbc58a

%37.73
%36.62
%25.65

CMYK Percentages of Color #cbc58a

%0
%3
%32
%20

Triadic Colors of #cbc58a

#cbc58a #8acbc5 #c58acb

Analogous Colors of #cbc58a

#cbc58a #b1cb8a #cba58a

Monochromatic Colors of #cbc58a

#cbc58a

Complementary Color

#cbc58a #8a90cb

#cbc58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc58a Color CSS Codes

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

#cbc58a Text Font Color

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

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


#cbc58a Background Color

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

This div background color is #cbc58a


#cbc58a Border Color

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

This div border color is #cbc58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc58a


Comments

No comments written yet.

Please login to write comment.