Color Hex Logo

#cbae4f Color Hex

#CBAE4F
(203,174,79)
0 Favorites   0 Comments

Color spaces of #cbae4f

RGB 20317479
HSL0.130.540.55
HSV46°61°80°
CMYK 0.000.140.61   0.20
XYZ41.175943.533113.6297
Yxy43.53310.41870.4427
Hunter Lab65.9796-4.067833.9379
CIE-Lab71.9153-0.614651.5308

#cbae4f color RGB value is (203,174,79).

#cbae4f hex color red value is 203, green value is 174 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cbae4f hue: 0.13 , saturation: 0.54 and the lightness value of cbae4f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01001111
Octal 313 256 117
Decimal 203 174 79
Hex CB AE 4F

RGB Percentages of Color #cbae4f

%44.52
%38.16
%17.32

CMYK Percentages of Color #cbae4f

%0
%14
%61
%20

Triadic Colors of #cbae4f

#cbae4f #4fcbae #ae4fcb

Analogous Colors of #cbae4f

#cbae4f #aacb4f #cb704f

Monochromatic Colors of #cbae4f

#cbae4f

Complementary Color

#cbae4f #4f6ccb

#cbae4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae4f Color CSS Codes

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

#cbae4f Text Font Color

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

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


#cbae4f Background Color

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

This div background color is #cbae4f


#cbae4f Border Color

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

This div border color is #cbae4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae4f

#cbae4f Color Palettes


Comments

No comments written yet.

Please login to write comment.