Color Hex Logo

#cbae6d Color Hex

#CBAE6D
(203,174,109)
0 Favorites   0 Comments

Color spaces of #cbae6d

RGB 203174109
HSL0.120.470.61
HSV41°46°80°
CMYK 0.000.140.46   0.20
XYZ42.525044.072720.7336
Yxy44.07270.39620.4106
Hunter Lab66.3873-1.837927.9541
CIE-Lab72.27711.913737.1390

#cbae6d color RGB value is (203,174,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01101101
Octal 313 256 155
Decimal 203 174 109
Hex CB AE 6D

RGB Percentages of Color #cbae6d

%41.77
%35.80
%22.43

CMYK Percentages of Color #cbae6d

%0
%14
%46
%20

Triadic Colors of #cbae6d

#cbae6d #6dcbae #ae6dcb

Analogous Colors of #cbae6d

#cbae6d #b9cb6d #cb7f6d

Monochromatic Colors of #cbae6d

#cbae6d

Complementary Color

#cbae6d #6d8acb

#cbae6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae6d Color CSS Codes

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

#cbae6d Text Font Color

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

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


#cbae6d Background Color

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

This div background color is #cbae6d


#cbae6d Border Color

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

This div border color is #cbae6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae6d


Comments

No comments written yet.

Please login to write comment.