Color Hex Logo

#ccbd28 Color Hex

#CCBD28
(204,189,40)
0 Favorites   0 Comments

Color spaces of #ccbd28

RGB 20418940
HSL0.150.670.48
HSV55°80°80°
CMYK 0.000.070.80   0.20
XYZ43.482449.38589.2481
Yxy49.38580.42580.4836
Hunter Lab70.2750-12.535141.3900
CIE-Lab75.6907-9.951770.1729

#ccbd28 color RGB value is (204,189,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00101000
Octal 314 275 50
Decimal 204 189 40
Hex CC BD 28

RGB Percentages of Color #ccbd28

%47.11
%43.65
%9.24

CMYK Percentages of Color #ccbd28

%0
%7
%80
%20

Triadic Colors of #ccbd28

#ccbd28 #28ccbd #bd28cc

Analogous Colors of #ccbd28

#ccbd28 #89cc28 #cc6b28

Monochromatic Colors of #ccbd28

#ccbd28

Complementary Color

#ccbd28 #2837cc

#ccbd28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd28 Color CSS Codes

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

#ccbd28 Text Font Color

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

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


#ccbd28 Background Color

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

This div background color is #ccbd28


#ccbd28 Border Color

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

This div border color is #ccbd28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd28


Comments

No comments written yet.

Please login to write comment.