Color Hex Logo

#cbc392 Color Hex

#CBC392
(203,195,146)
0 Favorites   0 Comments

Color spaces of #cbc392

RGB 203195146
HSL0.140.350.68
HSV52°28°80°
CMYK 0.000.040.28   0.20
XYZ49.332053.802034.9789
Yxy53.80200.35720.3896
Hunter Lab73.3498-8.310723.0708
CIE-Lab78.3461-4.842625.6895

#cbc392 color RGB value is (203,195,146).

#cbc392 hex color red value is 203, green value is 195 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cbc392 hue: 0.14 , saturation: 0.35 and the lightness value of cbc392 is 0.68.

The process color (four color CMYK) of #cbc392 color hex is 0.00, 0.04, 0.28, 0.20. Web safe color of #cbc392 is #cccc99. Color #cbc392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 10010010
Octal 313 303 222
Decimal 203 195 146
Hex CB C3 92

RGB Percentages of Color #cbc392

%37.32
%35.85
%26.84

CMYK Percentages of Color #cbc392

%0
%4
%28
%20

Triadic Colors of #cbc392

#cbc392 #92cbc3 #c392cb

Analogous Colors of #cbc392

#cbc392 #b7cb92 #cba792

Monochromatic Colors of #cbc392

#cbc392

Complementary Color

#cbc392 #929acb

#cbc392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc392 Color CSS Codes

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

#cbc392 Text Font Color

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

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


#cbc392 Background Color

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

This div background color is #cbc392


#cbc392 Border Color

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

This div border color is #cbc392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc392


Comments

No comments written yet.

Please login to write comment.