Color Hex Logo

#ccbd3a Color Hex

#CCBD3A
(204,189,58)
0 Favorites   0 Comments

Color spaces of #ccbd3a

RGB 20418958
HSL0.150.590.51
HSV54°72°80°
CMYK 0.000.070.72   0.20
XYZ43.863249.538011.2530
Yxy49.53800.41910.4733
Hunter Lab70.3832-11.928539.7889
CIE-Lab75.7848-9.235964.3928

#ccbd3a color RGB value is (204,189,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00111010
Octal 314 275 72
Decimal 204 189 58
Hex CC BD 3A

RGB Percentages of Color #ccbd3a

%45.23
%41.91
%12.86

CMYK Percentages of Color #ccbd3a

%0
%7
%72
%20

Triadic Colors of #ccbd3a

#ccbd3a #3accbd #bd3acc

Analogous Colors of #ccbd3a

#ccbd3a #92cc3a #cc743a

Monochromatic Colors of #ccbd3a

#ccbd3a

Complementary Color

#ccbd3a #3a49cc

#ccbd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd3a Color CSS Codes

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

#ccbd3a Text Font Color

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

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


#ccbd3a Background Color

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

This div background color is #ccbd3a


#ccbd3a Border Color

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

This div border color is #ccbd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd3a


Comments

No comments written yet.

Please login to write comment.