Color Hex Logo

#cbc539 Color Hex

#CBC539
(203,197,57)
0 Favorites   0 Comments

Color spaces of #cbc539

RGB 20319757
HSL0.160.580.51
HSV58°72°80°
CMYK 0.000.030.72   0.20
XYZ45.333452.924411.6970
Yxy52.92440.41230.4813
Hunter Lab72.7492-16.079341.3914
CIE-Lab77.8303-13.783266.7011

#cbc539 color RGB value is (203,197,57).

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

The process color (four color CMYK) of #cbc539 color hex is 0.00, 0.03, 0.72, 0.20. Web safe color of #cbc539 is #cccc33. Color #cbc539 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 00111001
Octal 313 305 71
Decimal 203 197 57
Hex CB C5 39

RGB Percentages of Color #cbc539

%44.42
%43.11
%12.47

CMYK Percentages of Color #cbc539

%0
%3
%72
%20

Triadic Colors of #cbc539

#cbc539 #39cbc5 #c539cb

Analogous Colors of #cbc539

#cbc539 #88cb39 #cb7c39

Monochromatic Colors of #cbc539

#cbc539

Complementary Color

#cbc539 #393fcb

#cbc539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc539 Color CSS Codes

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

#cbc539 Text Font Color

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

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


#cbc539 Background Color

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

This div background color is #cbc539


#cbc539 Border Color

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

This div border color is #cbc539


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,197,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 #cbc539">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc539


Comments

No comments written yet.

Please login to write comment.