Color Hex Logo

#cbc682 Color Hex

#CBC682
(203,198,130)
0 Favorites   0 Comments

Color spaces of #cbc682

RGB 203198130
HSL0.160.410.65
HSV56°36°80°
CMYK 0.000.020.36   0.20
XYZ48.851954.696429.1018
Yxy54.69640.36830.4123
Hunter Lab73.9570-11.517628.4395
CIE-Lab78.8661-8.391534.7323

#cbc682 color RGB value is (203,198,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 10000010
Octal 313 306 202
Decimal 203 198 130
Hex CB C6 82

RGB Percentages of Color #cbc682

%38.23
%37.29
%24.48

CMYK Percentages of Color #cbc682

%0
%2
%36
%20

Triadic Colors of #cbc682

#cbc682 #82cbc6 #c682cb

Analogous Colors of #cbc682

#cbc682 #accb82 #cba282

Monochromatic Colors of #cbc682

#cbc682

Complementary Color

#cbc682 #8287cb

#cbc682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc682 Color CSS Codes

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

#cbc682 Text Font Color

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

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


#cbc682 Background Color

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

This div background color is #cbc682


#cbc682 Border Color

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

This div border color is #cbc682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc682


Comments

No comments written yet.

Please login to write comment.