Color Hex Logo

#cbb269 Color Hex

#CBB269
(203,178,105)
0 Favorites   0 Comments

Color spaces of #cbb269

RGB 203178105
HSL0.120.490.60
HSV45°48°80°
CMYK 0.000.120.48   0.20
XYZ43.098845.557219.8865
Yxy45.55720.39710.4197
Hunter Lab67.4961-4.139129.7785
CIE-Lab73.2573-0.599140.4179

#cbb269 color RGB value is (203,178,105).

#cbb269 hex color red value is 203, green value is 178 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cbb269 hue: 0.12 , saturation: 0.49 and the lightness value of cbb269 is 0.60.

The process color (four color CMYK) of #cbb269 color hex is 0.00, 0.12, 0.48, 0.20. Web safe color of #cbb269 is #cc9966. Color #cbb269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01101001
Octal 313 262 151
Decimal 203 178 105
Hex CB B2 69

RGB Percentages of Color #cbb269

%41.77
%36.63
%21.60

CMYK Percentages of Color #cbb269

%0
%12
%48
%20

Triadic Colors of #cbb269

#cbb269 #69cbb2 #b269cb

Analogous Colors of #cbb269

#cbb269 #b3cb69 #cb8169

Monochromatic Colors of #cbb269

#cbb269

Complementary Color

#cbb269 #6982cb

#cbb269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb269 Color CSS Codes

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

#cbb269 Text Font Color

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

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


#cbb269 Background Color

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

This div background color is #cbb269


#cbb269 Border Color

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

This div border color is #cbb269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb269


Comments

No comments written yet.

Please login to write comment.