Color Hex Logo

#ccbd24 Color Hex

#CCBD24
(204,189,36)
0 Favorites   0 Comments

Color spaces of #ccbd24

RGB 20418936
HSL0.150.700.47
HSV55°82°80°
CMYK 0.000.070.82   0.20
XYZ43.417949.35998.9081
Yxy49.35990.42700.4854
Hunter Lab70.2566-12.637841.6620
CIE-Lab75.6747-10.073271.2361

#ccbd24 color RGB value is (204,189,36).

#ccbd24 hex color red value is 204, green value is 189 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ccbd24 hue: 0.15 , saturation: 0.70 and the lightness value of ccbd24 is 0.47.

The process color (four color CMYK) of #ccbd24 color hex is 0.00, 0.07, 0.82, 0.20. Web safe color of #ccbd24 is #cccc33. Color #ccbd24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00100100
Octal 314 275 44
Decimal 204 189 36
Hex CC BD 24

RGB Percentages of Color #ccbd24

%47.55
%44.06
%8.39

CMYK Percentages of Color #ccbd24

%0
%7
%82
%20

Triadic Colors of #ccbd24

#ccbd24 #24ccbd #bd24cc

Analogous Colors of #ccbd24

#ccbd24 #87cc24 #cc6924

Monochromatic Colors of #ccbd24

#ccbd24

Complementary Color

#ccbd24 #2433cc

#ccbd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd24 Color CSS Codes

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

#ccbd24 Text Font Color

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

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


#ccbd24 Background Color

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

This div background color is #ccbd24


#ccbd24 Border Color

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

This div border color is #ccbd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd24


Comments

No comments written yet.

Please login to write comment.