Color Hex Logo

#cbc599 Color Hex

#CBC599
(203,197,153)
0 Favorites   0 Comments

Color spaces of #cbc599

RGB 203197153
HSL0.150.320.70
HSV53°25°80°
CMYK 0.000.030.25   0.20
XYZ50.344654.928938.0859
Yxy54.92890.35120.3832
Hunter Lab74.1140-8.447121.4117
CIE-Lab79.0003-4.931622.8762

#cbc599 color RGB value is (203,197,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10011001
Octal 313 305 231
Decimal 203 197 153
Hex CB C5 99

RGB Percentages of Color #cbc599

%36.71
%35.62
%27.67

CMYK Percentages of Color #cbc599

%0
%3
%25
%20

Triadic Colors of #cbc599

#cbc599 #99cbc5 #c599cb

Analogous Colors of #cbc599

#cbc599 #b8cb99 #cbac99

Monochromatic Colors of #cbc599

#cbc599

Complementary Color

#cbc599 #999fcb

#cbc599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc599 Color CSS Codes

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

#cbc599 Text Font Color

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

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


#cbc599 Background Color

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

This div background color is #cbc599


#cbc599 Border Color

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

This div border color is #cbc599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc599


Comments

No comments written yet.

Please login to write comment.