Color Hex Logo

#cbae39 Color Hex

#CBAE39
(203,174,57)
0 Favorites   0 Comments

Color spaces of #cbae39

RGB 20317457
HSL0.130.580.51
HSV48°72°80°
CMYK 0.000.140.72   0.20
XYZ40.503243.264010.0869
Yxy43.26400.43160.4610
Hunter Lab65.7754-5.190136.9504
CIE-Lab71.7338-1.903860.7692

#cbae39 color RGB value is (203,174,57).

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

The process color (four color CMYK) of #cbae39 color hex is 0.00, 0.14, 0.72, 0.20. Web safe color of #cbae39 is #cc9933. Color #cbae39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 00111001
Octal 313 256 71
Decimal 203 174 57
Hex CB AE 39

RGB Percentages of Color #cbae39

%46.77
%40.09
%13.13

CMYK Percentages of Color #cbae39

%0
%14
%72
%20

Triadic Colors of #cbae39

#cbae39 #39cbae #ae39cb

Analogous Colors of #cbae39

#cbae39 #9fcb39 #cb6539

Monochromatic Colors of #cbae39

#cbae39

Complementary Color

#cbae39 #3956cb

#cbae39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae39 Color CSS Codes

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

#cbae39 Text Font Color

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

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


#cbae39 Background Color

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

This div background color is #cbae39


#cbae39 Border Color

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

This div border color is #cbae39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae39


Comments

No comments written yet.

Please login to write comment.