Color Hex Logo

#cbc69b Color Hex

#CBC69B
(203,198,155)
0 Favorites   0 Comments

Color spaces of #cbc69b

RGB 203198155
HSL0.150.320.70
HSV54°24°80°
CMYK 0.000.020.24   0.20
XYZ50.739155.451239.0393
Yxy55.45120.34940.3818
Hunter Lab74.4656-8.689021.0425
CIE-Lab79.3005-5.171422.2275

#cbc69b color RGB value is (203,198,155).

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

The process color (four color CMYK) of #cbc69b color hex is 0.00, 0.02, 0.24, 0.20. Web safe color of #cbc69b is #cccc99. Color #cbc69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 10011011
Octal 313 306 233
Decimal 203 198 155
Hex CB C6 9B

RGB Percentages of Color #cbc69b

%36.51
%35.61
%27.88

CMYK Percentages of Color #cbc69b

%0
%2
%24
%20

Triadic Colors of #cbc69b

#cbc69b #9bcbc6 #c69bcb

Analogous Colors of #cbc69b

#cbc69b #b8cb9b #cbae9b

Monochromatic Colors of #cbc69b

#cbc69b

Complementary Color

#cbc69b #9ba0cb

#cbc69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc69b Color CSS Codes

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

#cbc69b Text Font Color

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

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


#cbc69b Background Color

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

This div background color is #cbc69b


#cbc69b Border Color

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

This div border color is #cbc69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc69b


Comments

No comments written yet.

Please login to write comment.