Color Hex Logo

#cbca59 Color Hex

#CBCA59
(203,202,89)
0 Favorites   0 Comments

Color spaces of #cbca59

RGB 20320289
HSL0.170.520.57
HSV59°56°80°
CMYK 0.000.000.56   0.20
XYZ47.552355.658817.6882
Yxy55.65880.39330.4604
Hunter Lab74.6048-16.784538.1662
CIE-Lab79.4192-14.359455.3875

#cbca59 color RGB value is (203,202,89).

#cbca59 hex color red value is 203, green value is 202 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cbca59 hue: 0.17 , saturation: 0.52 and the lightness value of cbca59 is 0.57.

The process color (four color CMYK) of #cbca59 color hex is 0.00, 0.00, 0.56, 0.20. Web safe color of #cbca59 is #cccc66. Color #cbca59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 01011001
Octal 313 312 131
Decimal 203 202 89
Hex CB CA 59

RGB Percentages of Color #cbca59

%41.09
%40.89
%18.02

CMYK Percentages of Color #cbca59

%0
%0
%56
%20

Triadic Colors of #cbca59

#cbca59 #59cbca #ca59cb

Analogous Colors of #cbca59

#cbca59 #93cb59 #cb9159

Monochromatic Colors of #cbca59

#cbca59

Complementary Color

#cbca59 #595acb

#cbca59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbca59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbca59 Color CSS Codes

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

#cbca59 Text Font Color

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

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


#cbca59 Background Color

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

This div background color is #cbca59


#cbca59 Border Color

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

This div border color is #cbca59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbca59


Comments

No comments written yet.

Please login to write comment.