Color Hex Logo

#cbae79 Color Hex

#CBAE79
(203,174,121)
0 Favorites   0 Comments

Color spaces of #cbae79

RGB 203174121
HSL0.110.440.64
HSV39°40°80°
CMYK 0.000.140.40   0.20
XYZ43.215844.349124.3717
Yxy44.34910.38610.3962
Hunter Lab66.5951-0.706824.9183
CIE-Lab72.46123.179531.0858

#cbae79 color RGB value is (203,174,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01111001
Octal 313 256 171
Decimal 203 174 121
Hex CB AE 79

RGB Percentages of Color #cbae79

%40.76
%34.94
%24.30

CMYK Percentages of Color #cbae79

%0
%14
%40
%20

Triadic Colors of #cbae79

#cbae79 #79cbae #ae79cb

Analogous Colors of #cbae79

#cbae79 #bfcb79 #cb8579

Monochromatic Colors of #cbae79

#cbae79

Complementary Color

#cbae79 #7996cb

#cbae79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae79 Color CSS Codes

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

#cbae79 Text Font Color

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

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


#cbae79 Background Color

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

This div background color is #cbae79


#cbae79 Border Color

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

This div border color is #cbae79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae79


Comments

No comments written yet.

Please login to write comment.