Color Hex Logo

#cbc188 Color Hex

#CBC188
(203,193,136)
0 Favorites   0 Comments

Color spaces of #cbc188

RGB 203193136
HSL0.140.390.66
HSV51°33°80°
CMYK 0.000.050.33   0.20
XYZ48.142552.614030.9107
Yxy52.61400.36560.3996
Hunter Lab72.5355-8.465025.5087
CIE-Lab77.6465-5.083130.0139

#cbc188 color RGB value is (203,193,136).

#cbc188 hex color red value is 203, green value is 193 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cbc188 hue: 0.14 , saturation: 0.39 and the lightness value of cbc188 is 0.66.

The process color (four color CMYK) of #cbc188 color hex is 0.00, 0.05, 0.33, 0.20. Web safe color of #cbc188 is #cccc99. Color #cbc188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 10001000
Octal 313 301 210
Decimal 203 193 136
Hex CB C1 88

RGB Percentages of Color #cbc188

%38.16
%36.28
%25.56

CMYK Percentages of Color #cbc188

%0
%5
%33
%20

Triadic Colors of #cbc188

#cbc188 #88cbc1 #c188cb

Analogous Colors of #cbc188

#cbc188 #b4cb88 #cba088

Monochromatic Colors of #cbc188

#cbc188

Complementary Color

#cbc188 #8892cb

#cbc188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc188 Color CSS Codes

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

#cbc188 Text Font Color

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

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


#cbc188 Background Color

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

This div background color is #cbc188


#cbc188 Border Color

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

This div border color is #cbc188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc188


Comments

No comments written yet.

Please login to write comment.