Color Hex Logo

#cbae6f Color Hex

#CBAE6F
(203,174,111)
0 Favorites   0 Comments

Color spaces of #cbae6f

RGB 203174111
HSL0.110.470.62
HSV41°45°80°
CMYK 0.000.140.45   0.20
XYZ42.633944.116321.3072
Yxy44.11630.39450.4083
Hunter Lab66.4201-1.659227.4742
CIE-Lab72.30622.114436.1378

#cbae6f color RGB value is (203,174,111).

#cbae6f hex color red value is 203, green value is 174 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cbae6f hue: 0.11 , saturation: 0.47 and the lightness value of cbae6f is 0.62.

The process color (four color CMYK) of #cbae6f color hex is 0.00, 0.14, 0.45, 0.20. Web safe color of #cbae6f is #cc9966. Color #cbae6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01101111
Octal 313 256 157
Decimal 203 174 111
Hex CB AE 6F

RGB Percentages of Color #cbae6f

%41.60
%35.66
%22.75

CMYK Percentages of Color #cbae6f

%0
%14
%45
%20

Triadic Colors of #cbae6f

#cbae6f #6fcbae #ae6fcb

Analogous Colors of #cbae6f

#cbae6f #bacb6f #cb806f

Monochromatic Colors of #cbae6f

#cbae6f

Complementary Color

#cbae6f #6f8ccb

#cbae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae6f Color CSS Codes

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

#cbae6f Text Font Color

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

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


#cbae6f Background Color

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

This div background color is #cbae6f


#cbae6f Border Color

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

This div border color is #cbae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae6f


Comments

No comments written yet.

Please login to write comment.