Color Hex Logo

#cbc983 Color Hex

#CBC983
(203,201,131)
0 Favorites   0 Comments

Color spaces of #cbc983

RGB 203201131
HSL0.160.410.65
HSV58°35°80°
CMYK 0.000.010.35   0.20
XYZ49.612056.108529.6879
Yxy56.10850.36640.4144
Hunter Lab74.9056-12.859528.9351
CIE-Lab79.6755-9.814035.2688

#cbc983 color RGB value is (203,201,131).

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

The process color (four color CMYK) of #cbc983 color hex is 0.00, 0.01, 0.35, 0.20. Web safe color of #cbc983 is #cccc99. Color #cbc983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 10000011
Octal 313 311 203
Decimal 203 201 131
Hex CB C9 83

RGB Percentages of Color #cbc983

%37.94
%37.57
%24.49

CMYK Percentages of Color #cbc983

%0
%1
%35
%20

Triadic Colors of #cbc983

#cbc983 #83cbc9 #c983cb

Analogous Colors of #cbc983

#cbc983 #a9cb83 #cba583

Monochromatic Colors of #cbc983

#cbc983

Complementary Color

#cbc983 #8385cb

#cbc983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc983 Color CSS Codes

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

#cbc983 Text Font Color

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

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


#cbc983 Background Color

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

This div background color is #cbc983


#cbc983 Border Color

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

This div border color is #cbc983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc983


Comments

No comments written yet.

Please login to write comment.