Color Hex Logo

#cbc298 Color Hex

#CBC298
(203,194,152)
0 Favorites   0 Comments

Color spaces of #cbc298

RGB 203194152
HSL0.140.330.70
HSV49°25°80°
CMYK 0.000.040.25   0.20
XYZ49.587953.547137.4278
Yxy53.54710.35280.3809
Hunter Lab73.1759-7.096620.8976
CIE-Lab78.1969-3.505822.3074

#cbc298 color RGB value is (203,194,152).

#cbc298 hex color red value is 203, green value is 194 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cbc298 hue: 0.14 , saturation: 0.33 and the lightness value of cbc298 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 10011000
Octal 313 302 230
Decimal 203 194 152
Hex CB C2 98

RGB Percentages of Color #cbc298

%36.98
%35.34
%27.69

CMYK Percentages of Color #cbc298

%0
%4
%25
%20

Triadic Colors of #cbc298

#cbc298 #98cbc2 #c298cb

Analogous Colors of #cbc298

#cbc298 #bbcb98 #cba998

Monochromatic Colors of #cbc298

#cbc298

Complementary Color

#cbc298 #98a1cb

#cbc298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc298 Color CSS Codes

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

#cbc298 Text Font Color

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

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


#cbc298 Background Color

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

This div background color is #cbc298


#cbc298 Border Color

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

This div border color is #cbc298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc298


Comments

No comments written yet.

Please login to write comment.