Color Hex Logo

#cbc492 Color Hex

#CBC492
(203,196,146)
0 Favorites   0 Comments

Color spaces of #cbc492

RGB 203196146
HSL0.150.350.68
HSV53°28°80°
CMYK 0.000.030.28   0.20
XYZ49.556854.251735.0538
Yxy54.25170.35690.3907
Hunter Lab73.6558-8.799823.3421
CIE-Lab78.6083-5.363126.0437

#cbc492 color RGB value is (203,196,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 10010010
Octal 313 304 222
Decimal 203 196 146
Hex CB C4 92

RGB Percentages of Color #cbc492

%37.25
%35.96
%26.79

CMYK Percentages of Color #cbc492

%0
%3
%28
%20

Triadic Colors of #cbc492

#cbc492 #92cbc4 #c492cb

Analogous Colors of #cbc492

#cbc492 #b6cb92 #cba892

Monochromatic Colors of #cbc492

#cbc492

Complementary Color

#cbc492 #9299cb

#cbc492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc492 Color CSS Codes

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

#cbc492 Text Font Color

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

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


#cbc492 Background Color

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

This div background color is #cbc492


#cbc492 Border Color

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

This div border color is #cbc492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc492


Comments

No comments written yet.

Please login to write comment.