Color Hex Logo

#ccb21d Color Hex

#CCB21D
(204,178,29)
0 Favorites   0 Comments

Color spaces of #ccb21d

RGB 20417829
HSL0.140.750.46
HSV51°86°80°
CMYK 0.000.130.86   0.20
XYZ41.044044.76697.6400
Yxy44.76690.43920.4790
Hunter Lab66.9081-7.590340.0655
CIE-Lab72.7381-4.565770.5056

#ccb21d color RGB value is (204,178,29).

#ccb21d hex color red value is 204, green value is 178 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ccb21d hue: 0.14 , saturation: 0.75 and the lightness value of ccb21d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 00011101
Octal 314 262 35
Decimal 204 178 29
Hex CC B2 1D

RGB Percentages of Color #ccb21d

%49.64
%43.31
%7.06

CMYK Percentages of Color #ccb21d

%0
%13
%86
%20

Triadic Colors of #ccb21d

#ccb21d #1dccb2 #b21dcc

Analogous Colors of #ccb21d

#ccb21d #8fcc1d #cc5b1d

Monochromatic Colors of #ccb21d

#ccb21d

Complementary Color

#ccb21d #1d37cc

#ccb21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb21d Color CSS Codes

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

#ccb21d Text Font Color

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

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


#ccb21d Background Color

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

This div background color is #ccb21d


#ccb21d Border Color

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

This div border color is #ccb21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb21d


Comments

No comments written yet.

Please login to write comment.