Color Hex Logo

#cbc88b Color Hex

#CBC88B
(203,200,139)
0 Favorites   0 Comments

Color spaces of #cbc88b

RGB 203200139
HSL0.160.380.67
HSV57°32°80°
CMYK 0.000.010.32   0.20
XYZ49.943155.869132.5776
Yxy55.86910.36090.4037
Hunter Lab74.7456-11.535826.4806
CIE-Lab79.5393-8.333030.9557

#cbc88b color RGB value is (203,200,139).

#cbc88b hex color red value is 203, green value is 200 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cbc88b hue: 0.16 , saturation: 0.38 and the lightness value of cbc88b is 0.67.

The process color (four color CMYK) of #cbc88b color hex is 0.00, 0.01, 0.32, 0.20. Web safe color of #cbc88b is #cccc99. Color #cbc88b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 10001011
Octal 313 310 213
Decimal 203 200 139
Hex CB C8 8B

RGB Percentages of Color #cbc88b

%37.45
%36.90
%25.65

CMYK Percentages of Color #cbc88b

%0
%1
%32
%20

Triadic Colors of #cbc88b

#cbc88b #8bcbc8 #c88bcb

Analogous Colors of #cbc88b

#cbc88b #aecb8b #cba88b

Monochromatic Colors of #cbc88b

#cbc88b

Complementary Color

#cbc88b #8b8ecb

#cbc88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc88b Color CSS Codes

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

#cbc88b Text Font Color

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

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


#cbc88b Background Color

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

This div background color is #cbc88b


#cbc88b Border Color

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

This div border color is #cbc88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc88b


Comments

No comments written yet.

Please login to write comment.