Color Hex Logo

#cbb688 Color Hex

#CBB688
(203,182,136)
1 Favorites   0 Comments

Color spaces of #cbb688

RGB 203182136
HSL0.110.390.66
HSV41°33°80°
CMYK 0.000.100.33   0.20
XYZ45.800547.930030.1300
Yxy47.93000.36980.3870
Hunter Lab69.2315-3.067422.6587
CIE-Lab74.78080.698726.1890

#cbb688 color RGB value is (203,182,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10001000
Octal 313 266 210
Decimal 203 182 136
Hex CB B6 88

RGB Percentages of Color #cbb688

%38.96
%34.93
%26.10

CMYK Percentages of Color #cbb688

%0
%10
%33
%20

Triadic Colors of #cbb688

#cbb688 #88cbb6 #b688cb

Analogous Colors of #cbb688

#cbb688 #bfcb88 #cb9588

Monochromatic Colors of #cbb688

#cbb688

Complementary Color

#cbb688 #889dcb

#cbb688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb688 Color CSS Codes

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

#cbb688 Text Font Color

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

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


#cbb688 Background Color

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

This div background color is #cbb688


#cbb688 Border Color

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

This div border color is #cbb688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb688


Comments

No comments written yet.

Please login to write comment.