Color Hex Logo

#cbaa62 Color Hex

#CBAA62
(203,170,98)
0 Favorites   0 Comments

Color spaces of #cbaa62

RGB 20317098
HSL0.110.500.59
HSV41°52°80°
CMYK 0.000.160.52   0.20
XYZ41.207942.327817.5535
Yxy42.32780.40760.4187
Hunter Lab65.0598-0.795529.5451
CIE-Lab71.09633.013441.3154

#cbaa62 color RGB value is (203,170,98).

#cbaa62 hex color red value is 203, green value is 170 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cbaa62 hue: 0.11 , saturation: 0.50 and the lightness value of cbaa62 is 0.59.

The process color (four color CMYK) of #cbaa62 color hex is 0.00, 0.16, 0.52, 0.20. Web safe color of #cbaa62 is #cc9966. Color #cbaa62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01100010
Octal 313 252 142
Decimal 203 170 98
Hex CB AA 62

RGB Percentages of Color #cbaa62

%43.10
%36.09
%20.81

CMYK Percentages of Color #cbaa62

%0
%16
%52
%20

Triadic Colors of #cbaa62

#cbaa62 #62cbaa #aa62cb

Analogous Colors of #cbaa62

#cbaa62 #b8cb62 #cb7662

Monochromatic Colors of #cbaa62

#cbaa62

Complementary Color

#cbaa62 #6283cb

#cbaa62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa62 Color CSS Codes

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

#cbaa62 Text Font Color

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

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


#cbaa62 Background Color

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

This div background color is #cbaa62


#cbaa62 Border Color

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

This div border color is #cbaa62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa62


Comments

No comments written yet.

Please login to write comment.