Color Hex Logo

#ccb12d Color Hex

#CCB12D
(204,177,45)
0 Favorites   0 Comments

Color spaces of #ccb12d

RGB 20417745
HSL0.140.640.49
HSV50°78°80°
CMYK 0.000.130.78   0.20
XYZ41.097644.47118.9003
Yxy44.47110.43500.4707
Hunter Lab66.6867-6.695838.7675
CIE-Lab72.5423-3.557065.8607

#ccb12d color RGB value is (204,177,45).

#ccb12d hex color red value is 204, green value is 177 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ccb12d hue: 0.14 , saturation: 0.64 and the lightness value of ccb12d is 0.49.

The process color (four color CMYK) of #ccb12d color hex is 0.00, 0.13, 0.78, 0.20. Web safe color of #ccb12d is #cc9933. Color #ccb12d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110001 00101101
Octal 314 261 55
Decimal 204 177 45
Hex CC B1 2D

RGB Percentages of Color #ccb12d

%47.89
%41.55
%10.56

CMYK Percentages of Color #ccb12d

%0
%13
%78
%20

Triadic Colors of #ccb12d

#ccb12d #2dccb1 #b12dcc

Analogous Colors of #ccb12d

#ccb12d #98cc2d #cc622d

Monochromatic Colors of #ccb12d

#ccb12d

Complementary Color

#ccb12d #2d48cc

#ccb12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb12d Color CSS Codes

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

#ccb12d Text Font Color

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

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


#ccb12d Background Color

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

This div background color is #ccb12d


#ccb12d Border Color

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

This div border color is #ccb12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb12d


Comments

No comments written yet.

Please login to write comment.