Color Hex Logo

#ccb73e Color Hex

#CCB73E
(204,183,62)
0 Favorites   0 Comments

Color spaces of #ccb73e

RGB 20418362
HSL0.140.580.52
HSV51°70°80°
CMYK 0.000.100.70   0.20
XYZ42.704847.052111.3886
Yxy47.05210.42220.4652
Hunter Lab68.5945-8.911938.1724
CIE-Lab74.2231-5.936161.3247

#ccb73e color RGB value is (204,183,62).

#ccb73e hex color red value is 204, green value is 183 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ccb73e hue: 0.14 , saturation: 0.58 and the lightness value of ccb73e is 0.52.

The process color (four color CMYK) of #ccb73e color hex is 0.00, 0.10, 0.70, 0.20. Web safe color of #ccb73e is #cccc33. Color #ccb73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 00111110
Octal 314 267 76
Decimal 204 183 62
Hex CC B7 3E

RGB Percentages of Color #ccb73e

%45.43
%40.76
%13.81

CMYK Percentages of Color #ccb73e

%0
%10
%70
%20

Triadic Colors of #ccb73e

#ccb73e #3eccb7 #b73ecc

Analogous Colors of #ccb73e

#ccb73e #9acc3e #cc703e

Monochromatic Colors of #ccb73e

#ccb73e

Complementary Color

#ccb73e #3e53cc

#ccb73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb73e Color CSS Codes

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

#ccb73e Text Font Color

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

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


#ccb73e Background Color

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

This div background color is #ccb73e


#ccb73e Border Color

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

This div border color is #ccb73e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,183,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb73e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb73e;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb73e;
  box-shadow:         1px 1px 3px 2px #ccb73e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,183,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb73e


Comments

No comments written yet.

Please login to write comment.