Color Hex Logo

#ccbd0d Color Hex

#CCBD0D
(204,189,13)
0 Favorites   0 Comments

Color spaces of #ccbd0d

RGB 20418913
HSL0.150.880.43
HSV55°94°80°
CMYK 0.000.070.94   0.20
XYZ43.172149.26167.6138
Yxy49.26160.43150.4924
Hunter Lab70.1866-13.030442.6989
CIE-Lab75.6138-10.538775.5580

#ccbd0d color RGB value is (204,189,13).

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

The process color (four color CMYK) of #ccbd0d color hex is 0.00, 0.07, 0.94, 0.20. Web safe color of #ccbd0d is #cccc00. Color #ccbd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00001101
Octal 314 275 15
Decimal 204 189 13
Hex CC BD D

RGB Percentages of Color #ccbd0d

%50.25
%46.55
%3.20

CMYK Percentages of Color #ccbd0d

%0
%7
%94
%20

Triadic Colors of #ccbd0d

#ccbd0d #0dccbd #bd0dcc

Analogous Colors of #ccbd0d

#ccbd0d #7ccc0d #cc5e0d

Monochromatic Colors of #ccbd0d

#ccbd0d

Complementary Color

#ccbd0d #0d1ccc

#ccbd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd0d Color CSS Codes

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

#ccbd0d Text Font Color

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

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


#ccbd0d Background Color

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

This div background color is #ccbd0d


#ccbd0d Border Color

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

This div border color is #ccbd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd0d


Comments

No comments written yet.

Please login to write comment.