Color Hex Logo

#cba635 Color Hex

#CBA635
(203,166,53)
0 Favorites   0 Comments

Color spaces of #cba635

RGB 20316653
HSL0.130.590.50
HSV45°74°80°
CMYK 0.000.180.74   0.20
XYZ38.907440.22609.0819
Yxy40.22600.44110.4560
Hunter Lab63.4240-1.491235.9068
CIE-Lab69.63022.155660.2535

#cba635 color RGB value is (203,166,53).

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

The process color (four color CMYK) of #cba635 color hex is 0.00, 0.18, 0.74, 0.20. Web safe color of #cba635 is #cc9933. Color #cba635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 00110101
Octal 313 246 65
Decimal 203 166 53
Hex CB A6 35

RGB Percentages of Color #cba635

%48.10
%39.34
%12.56

CMYK Percentages of Color #cba635

%0
%18
%74
%20

Triadic Colors of #cba635

#cba635 #35cba6 #a635cb

Analogous Colors of #cba635

#cba635 #a5cb35 #cb5b35

Monochromatic Colors of #cba635

#cba635

Complementary Color

#cba635 #355acb

#cba635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba635 Color CSS Codes

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

#cba635 Text Font Color

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

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


#cba635 Background Color

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

This div background color is #cba635


#cba635 Border Color

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

This div border color is #cba635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba635


Comments

No comments written yet.

Please login to write comment.