Color Hex Logo

#ccb035 Color Hex

#CCB035
(204,176,53)
0 Favorites   0 Comments

Color spaces of #ccb035

RGB 20417653
HSL0.140.600.50
HSV49°74°80°
CMYK 0.000.140.74   0.20
XYZ41.069844.14519.7244
Yxy44.14510.43260.4650
Hunter Lab66.4418-5.936537.8316
CIE-Lab72.3254-2.707462.8865

#ccb035 color RGB value is (204,176,53).

#ccb035 hex color red value is 204, green value is 176 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ccb035 hue: 0.14 , saturation: 0.60 and the lightness value of ccb035 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 00110101
Octal 314 260 65
Decimal 204 176 53
Hex CC B0 35

RGB Percentages of Color #ccb035

%47.11
%40.65
%12.24

CMYK Percentages of Color #ccb035

%0
%14
%74
%20

Triadic Colors of #ccb035

#ccb035 #35ccb0 #b035cc

Analogous Colors of #ccb035

#ccb035 #9dcc35 #cc6535

Monochromatic Colors of #ccb035

#ccb035

Complementary Color

#ccb035 #3551cc

#ccb035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb035 Color CSS Codes

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

#ccb035 Text Font Color

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

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


#ccb035 Background Color

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

This div background color is #ccb035


#ccb035 Border Color

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

This div border color is #ccb035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb035


Comments

No comments written yet.

Please login to write comment.