Color Hex Logo

#cbc582 Color Hex

#CBC582
(203,197,130)
0 Favorites   0 Comments

Color spaces of #cbc582

RGB 203197130
HSL0.150.410.65
HSV55°36°80°
CMYK 0.000.030.36   0.20
XYZ48.624154.240729.0258
Yxy54.24070.36870.4113
Hunter Lab73.6483-11.035228.1868
CIE-Lab78.6019-7.876234.3891

#cbc582 color RGB value is (203,197,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10000010
Octal 313 305 202
Decimal 203 197 130
Hex CB C5 82

RGB Percentages of Color #cbc582

%38.30
%37.17
%24.53

CMYK Percentages of Color #cbc582

%0
%3
%36
%20

Triadic Colors of #cbc582

#cbc582 #82cbc5 #c582cb

Analogous Colors of #cbc582

#cbc582 #adcb82 #cba182

Monochromatic Colors of #cbc582

#cbc582

Complementary Color

#cbc582 #8288cb

#cbc582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc582 Color CSS Codes

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

#cbc582 Text Font Color

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

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


#cbc582 Background Color

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

This div background color is #cbc582


#cbc582 Border Color

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

This div border color is #cbc582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc582


Comments

No comments written yet.

Please login to write comment.