Color Hex Logo

#ccb450 Color Hex

#CCB450
(204,180,80)
0 Favorites   0 Comments

Color spaces of #ccb450

RGB 20418080
HSL0.130.550.56
HSV48°61°80°
CMYK 0.000.120.61   0.20
XYZ42.671146.059114.2307
Yxy46.05910.41440.4473
Hunter Lab67.8669-6.535635.0745
CIE-Lab73.5839-3.281652.9582

#ccb450 color RGB value is (204,180,80).

#ccb450 hex color red value is 204, green value is 180 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccb450 hue: 0.13 , saturation: 0.55 and the lightness value of ccb450 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 01010000
Octal 314 264 120
Decimal 204 180 80
Hex CC B4 50

RGB Percentages of Color #ccb450

%43.97
%38.79
%17.24

CMYK Percentages of Color #ccb450

%0
%12
%61
%20

Triadic Colors of #ccb450

#ccb450 #50ccb4 #b450cc

Analogous Colors of #ccb450

#ccb450 #a6cc50 #cc7650

Monochromatic Colors of #ccb450

#ccb450

Complementary Color

#ccb450 #5068cc

#ccb450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb450 Color CSS Codes

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

#ccb450 Text Font Color

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

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


#ccb450 Background Color

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

This div background color is #ccb450


#ccb450 Border Color

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

This div border color is #ccb450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb450


Comments

No comments written yet.

Please login to write comment.