Color Hex Logo

#cbae5c Color Hex

#CBAE5C
(203,174,92)
0 Favorites   0 Comments

Color spaces of #cbae5c

RGB 20317492
HSL0.120.520.58
HSV44°55°80°
CMYK 0.000.140.55   0.20
XYZ41.696443.741316.3705
Yxy43.74130.40960.4296
Hunter Lab66.1372-3.204231.6204
CIE-Lab72.05520.369745.4711

#cbae5c color RGB value is (203,174,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 01011100
Octal 313 256 134
Decimal 203 174 92
Hex CB AE 5C

RGB Percentages of Color #cbae5c

%43.28
%37.10
%19.62

CMYK Percentages of Color #cbae5c

%0
%14
%55
%20

Triadic Colors of #cbae5c

#cbae5c #5ccbae #ae5ccb

Analogous Colors of #cbae5c

#cbae5c #b1cb5c #cb775c

Monochromatic Colors of #cbae5c

#cbae5c

Complementary Color

#cbae5c #5c79cb

#cbae5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae5c Color CSS Codes

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

#cbae5c Text Font Color

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

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


#cbae5c Background Color

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

This div background color is #cbae5c


#cbae5c Border Color

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

This div border color is #cbae5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae5c


Comments

No comments written yet.

Please login to write comment.