Color Hex Logo

#cbc592 Color Hex

#CBC592
(203,197,146)
0 Favorites   0 Comments

Color spaces of #cbc592

RGB 203197146
HSL0.150.350.68
HSV54°28°80°
CMYK 0.000.030.28   0.20
XYZ49.783254.704335.1293
Yxy54.70430.35660.3918
Hunter Lab73.9624-9.287923.6132
CIE-Lab78.8706-5.882126.3977

#cbc592 color RGB value is (203,197,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10010010
Octal 313 305 222
Decimal 203 197 146
Hex CB C5 92

RGB Percentages of Color #cbc592

%37.18
%36.08
%26.74

CMYK Percentages of Color #cbc592

%0
%3
%28
%20

Triadic Colors of #cbc592

#cbc592 #92cbc5 #c592cb

Analogous Colors of #cbc592

#cbc592 #b5cb92 #cba992

Monochromatic Colors of #cbc592

#cbc592

Complementary Color

#cbc592 #9298cb

#cbc592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc592 Color CSS Codes

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

#cbc592 Text Font Color

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

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


#cbc592 Background Color

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

This div background color is #cbc592


#cbc592 Border Color

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

This div border color is #cbc592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc592


Comments

No comments written yet.

Please login to write comment.